We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d285b75 commit bcf72f4Copy full SHA for bcf72f4
Dockerfile
@@ -22,4 +22,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
22
EXPOSE 3000
23
24
# Run the server directly — not via instbyte.js (that's the npx bin)
25
-CMD ["node", "server/server.js"]
+CMD ["npm", "start"]
0 commit comments