We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fb497b + 23a2040 commit dafc612Copy full SHA for dafc612
Dockerfile
@@ -27,4 +27,5 @@ RUN npm install
27
28
EXPOSE 3000
29
30
-CMD ["npm", "start"]
+ENTRYPOINT ["npm","run"]
31
+#CMD ["npm", "start"]
0 commit comments