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

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"