You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
312 B

[build]
builder = "nixpacks"
buildCommand = "npm ci --legacy-peer-deps && npx prisma generate && npm run build:production"
[deploy]
startCommand = "npx prisma migrate deploy && npm run start"
healthcheckPath = "/api/v1/info"
healthcheckTimeout = 120
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 3