Files

13 lines
292 B
JSON
Raw Permalink Normal View History

2026-09-02 13:50:29 +09:00
{
"$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"startCommand": "/app/bin/migrate && /app/bin/server",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}