Quito el healthcheck en el Dockerfile a ver si así logro que chute

main
borja 3 months ago
parent 88e0c2edfd
commit e9be1faa7f

@ -11,8 +11,8 @@ COPY src/ ./src/
COPY index.ts ./
# Health check
HEALTHCHECK --interval=30s --timeout=3s \
CMD curl -f http://localhost:3007/health || exit 1
# HEALTHCHECK --interval=30s --timeout=3s \
# CMD curl -f http://localhost:3007/health || exit 1
# Server runs on port 3007 by default
EXPOSE 3007

Loading…
Cancel
Save