Skip to content

Commit

Permalink
fix(dockerfile): disabled healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed Sep 28, 2023
1 parent 5dfbb5b commit 3f4a1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ CMD ["yarn", "start"]
# Define un healthcheck para verificar la salud de la aplicación
# Dependiendo de la configuración de tu aplicación, necesitarás ajustar este comando
# Aquí se asume que tu aplicación tiene un endpoint GET /v1/health/liveness que devuelve un código de estado 200 si está en funcionamiento
HEALTHCHECK CMD curl --fail http://localhost:${APP_PORT}/v1/health/liveness || exit 1
#HEALTHCHECK CMD curl --fail http://localhost:${APP_PORT}/v1/health/liveness || exit 1

0 comments on commit 3f4a1f1

Please sign in to comment.