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.
1 parent cdb14a6 commit 23a2040Copy full SHA for 23a2040
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