{ "$schema": "https://railway.app/railway.schema.json", "build": { "builder": "DOCKERFILE", "dockerfilePath": "Dockerfile.cloud" }, "deploy": { "startCommand": "python scripts/telegram_deploy_bot.py", "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 } }