12
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user