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 1e0baa6 commit 38b63b0Copy full SHA for 38b63b0
Dockerfile
@@ -26,4 +26,5 @@ RUN npm install
26
27
EXPOSE 3000
28
29
-CMD ["npm", "start"]
+ENTRYPOINT ["npm","run"]
30
+#CMD ["npm", "start"]
0 commit comments