correction start dev

This commit is contained in:
2024-10-16 16:50:43 +02:00
parent 2718e44478
commit 3ac3e9ac8e
4 changed files with 29 additions and 22 deletions
+1 -1
View File
@@ -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
+2 -1
View File
@@ -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": "",