Remove Dockerfile HEALTHCHECK - Coolify manages health monitoring
This commit is contained in:
@@ -58,7 +58,5 @@ EXPOSE 3000
|
||||
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=20s --retries=3 \
|
||||
CMD curl -fsS http://127.0.0.1:3000 || exit 1
|
||||
|
||||
CMD ["node", "server.js"]
|
||||
|
||||
Reference in New Issue
Block a user