diff --git a/Dockerfile b/Dockerfile index 26a94e7..d066408 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,10 +47,4 @@ ENV NODE_ENV=production # Mantenemos el usuario seguro para la ejecución normal de la app USER appuser -# EXPOSE 3000 - -# 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))" - -# # # Comando por defecto para iniciar tu aplicación (descoméntalo si Dokploy no lo maneja externamente) -# # CMD ["node", "src/index.js"] \ No newline at end of file +CMD ["sleep", "infinity"] \ No newline at end of file