Begin working on docker intergration

This commit is contained in:
2021-01-23 23:57:30 +11:00
parent a983d60b32
commit d0b383f5de
7 changed files with 9183 additions and 21 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"build:server": "exit 0",
"build:client": "webpack --env=production --config webpack.config.js",
"dev": "concurrently npm:watch:server npm:watch:client",
"watch:server": "nodemon server/server.js --ext js,jsx,json",
"watch:server": "nodemon . --ext js,jsx,json --ignore 'node_modules/*'",
"watch:client": "webpack serve --env=development --config webpack.config.js",
"analyzer": "webpack --env=production --analyzer --config webpack.config.js"
},