diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..b4e02b7 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +version: '3.9' +services: + web-check: + container_name: Web-Check + image: lissy93/web-check + ports: + - 8888:8888 + restart: unless-stopped diff --git a/package.json b/package.json index c34a499..3bf8e78 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ }, "scripts": { "dev": "netlify dev", - "start": "netlify serve --offline", + "serve": "netlify serve --offline", + "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"