Files
winning-wallet-finder_github/railway.json
T

11 lines
236 B
JSON

{
"$schema": "https://railway.com/railway.schema.json",
"deploy": {
"startCommand": "bash host/start.sh",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
},
"build": {
"builder": "NIXPACKS"
}
}