Fix healthcheck path to /health for FastAPI

This commit is contained in:
dtarkent2-sys 2026-02-20 03:17:55 +00:00
parent 52228414ed
commit 1ded94388e
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ builder = "DOCKERFILE"
dockerfilePath = "Dockerfile"
[deploy]
healthcheckPath = "/"
healthcheckPath = "/health"
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 3