Skip to content

Commit 7f30ee2

Browse files
Merge pull request #2 from nazgu1/patch-1
Change CMD to use npm start instead of node
2 parents 5cda701 + bcf72f4 commit 7f30ee2

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)