Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
Omar Sánchez Pizarro
2026-01-20 03:53:47 +01:00
parent eaf3801fab
commit d66c42c511

View File

@@ -25,7 +25,7 @@ EXPOSE 3001
# Healthcheck # Healthcheck
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
CMD wget --quiet --tries=1 --spider http://localhost:3001/api/stats || exit 1 CMD wget --quiet --tries=1 --spider http://localhost:3001/api/health || exit 1
# Comando por defecto # Comando por defecto
CMD ["node", "server.js"] CMD ["node", "server.js"]