Docgenie-API / railway.json
Ahadhassan-2003
deploy: update HF Space
dc4e6da
raw
history blame contribute delete
233 Bytes
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}