Spaces:
Runtime error
Runtime error
{ | |
"$schema": "https://railway.app/railway.schema.json", | |
"build": { | |
"builder": "DOCKERFILE", | |
"dockerfilePath": "Dockerfile" | |
}, | |
"deploy": { | |
"numReplicas": 1, | |
"sleepApplication": false, | |
"restartPolicyType": "ON_FAILURE", | |
"restartPolicyMaxRetries": 10 | |
} | |
} | |