This commit is contained in:
2026-03-19 15:07:51 +07:00
parent 2667e86dad
commit 7c9c5a44d8

View File

@@ -48,7 +48,7 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
CMD curl -f http://localhost:3000 || exit 1 CMD curl -f http://localhost:3000 || exit 1
# Use dumb-init to handle signals properly (graceful shutdown) # Use dumb-init to handle signals properly (graceful shutdown)
ENTRYPOINT ["/usr/sbin/dumb-init", "--"] ENTRYPOINT ["/usr/bin/dumb-init", "--"]
# Start application # Start application
CMD ["node", "server.js"] CMD ["node", "server.js"]