Skip to content

Commit e5efd8e

Browse files
committed
Merge branch 'main' of github.com:mohitgauniyal/instbyte
2 parents b9fef1e + 7f30ee2 commit e5efd8e

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)