quito el health del dockerfile que no deja que me sobrevivan los containers

main
borja 3 months ago
parent 5e65c686d5
commit 8954821543

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

Loading…
Cancel
Save