Skip to content

Commit dafc612

Browse files
Merge pull request #292 from topcoder-platform/hotfix-STS
Hotfix sts merge into Master Docker entrypoint fix
2 parents 3fb497b + 23a2040 commit dafc612

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)