9 lines
206 B
TOML
9 lines
206 B
TOML
[build]
|
|
builder = "DOCKERFILE"
|
|
|
|
[deploy]
|
|
startCommand = "bun dist/server.js"
|
|
healthcheckPath = "/readyz"
|
|
restartPolicyType = "ON_FAILURE"
|
|
preDeployCommand = ["bunx wrnexus db migrate --profile=production"]
|