We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9fef1e + 7f30ee2 commit e5efd8eCopy full SHA for e5efd8e
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