Skip to content

Commit bcf72f4

Browse files
authored
Change CMD to use npm start instead of node
`node server/server.js` hangs on start
1 parent d285b75 commit bcf72f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
2222
EXPOSE 3000
2323

2424
# Run the server directly — not via instbyte.js (that's the npx bin)
25-
CMD ["node", "server/server.js"]
25+
CMD ["npm", "start"]

0 commit comments

Comments
 (0)