diff --git a/Dockerfile b/Dockerfile index 3470ed1..2959351 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ USER appuser # Health check HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \ - CMD curl -f http://localhost:8080/api/v3/current || exit 1 + CMD curl -f http://localhost:8080/health || exit 1 # Start uvicorn ENV WEB_WORKERS=2