Adds a docker-compose

This commit is contained in:
Alicia Sykes 2023-07-23 00:04:45 +01:00
parent afa05204f2
commit 79afd4a46d
2 changed files with 10 additions and 1 deletions

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
version: '3.9'
services:
web-check:
container_name: Web-Check
image: lissy93/web-check
ports:
- 8888:8888
restart: unless-stopped

View File

@ -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"