Spaces:
Running
Running
| { | |
| "$schema": "https://railway.app/railway.schema.json", | |
| "build": { | |
| "builder": "DOCKERFILE", | |
| "dockerfilePath": "Dockerfile" | |
| }, | |
| "deploy": { | |
| "numReplicas": 1, | |
| "startCommand": "python app.py --port 7860", | |
| "healthcheckPath": "/", | |
| "restartPolicyType": "ON_FAILURE", | |
| "restartPolicyMaxRetries": 5 | |
| } | |
| } | |