Experimenting with docker and configuration

This commit is contained in:
2021-02-04 20:52:09 +11:00
parent a1c76a23be
commit e5a81c79e1
8 changed files with 281 additions and 14 deletions
+1
View File
@@ -4,6 +4,7 @@
"description": "A website template using the MERN stack.",
"main": "server/server.js",
"scripts": {
"configure": "node configure-script.js",
"start": "npm run build && node server/server.js",
"build": "npm run build:server && npm run build:client",
"build:server": "exit 0",