cambios para despliegue

This commit is contained in:
2026-06-10 15:38:40 -04:00
parent 16a3c842a5
commit a205748b62

View File

@@ -45,4 +45,4 @@ EXPOSE 3000
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s \ HEALTHCHECK --interval=30s --timeout=5s --start-period=5s \
CMD node -e "require('http').get('http://localhost:3000/health', () => process.exit(0)).on('error', () => process.exit(1))" CMD node -e "require('http').get('http://localhost:3000/health', () => process.exit(0)).on('error', () => process.exit(1))"
CMD ["node", "src/index.js"] # CMD ["node", "src/index.js"]