Skip to content

Commit 23a2040

Browse files
Update Dockerfile
1 parent cdb14a6 commit 23a2040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ RUN npm install
2727

2828
EXPOSE 3000
2929

30-
CMD ["npm", "start"]
30+
ENTRYPOINT ["npm","run"]
31+
#CMD ["npm", "start"]

0 commit comments

Comments
 (0)