mirror of
https://github.com/Lissy93/web-check.git
synced 2025-01-24 23:28:36 +01:00
Adds a docker-compose
This commit is contained in:
parent
afa05204f2
commit
79afd4a46d
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal 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
|
@ -16,7 +16,8 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "netlify dev",
|
"dev": "netlify dev",
|
||||||
"start": "netlify serve --offline",
|
"serve": "netlify serve --offline",
|
||||||
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
|
Loading…
Reference in New Issue
Block a user