correction start dev
This commit is contained in:
@@ -35,7 +35,7 @@ RUN npm install
|
||||
|
||||
# Starting our application
|
||||
#CMD [ "npm", "run", "debug-cluster" ]
|
||||
CMD [ "npm", "run", "start" ]
|
||||
CMD [ "npm", "run", "dev" ]
|
||||
|
||||
# Exposing server port
|
||||
EXPOSE 80
|
||||
@@ -5,7 +5,8 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "nodemon server.js",
|
||||
"start": "node server.js",
|
||||
"dev": "nodemon server.js",
|
||||
"debug-cluster": "DEBUG='puppeteer-cluster:*' node server.js"
|
||||
},
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user