Skip to content

Commit 38b63b0

Browse files
update to entrypoint
[skip ci]
1 parent 1e0baa6 commit 38b63b0

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
@@ -26,4 +26,5 @@ RUN npm install
2626

2727
EXPOSE 3000
2828

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

0 commit comments

Comments
 (0)