9 lines
205 B
TOML
9 lines
205 B
TOML
[build]
|
|
builder = "DOCKERFILE"
|
|
dockerfilePath = "Dockerfile"
|
|
|
|
[deploy]
|
|
startCommand = "uvicorn app.main:app --host 0.0.0.0 --port $PORT"
|
|
healthcheckPath = "/api/v1/health"
|
|
restartPolicyType = "ON_FAILURE"
|