Spaces:
Runtime error
Runtime error
| { | |
| "build": { | |
| "builder": "DOCKERFILE" | |
| }, | |
| "deploy": { | |
| "startCommand": "uvicorn rag:app --host 0.0.0.0 --port $PORT", | |
| "healthcheckPath": "/health", | |
| "healthcheckTimeout": 300, | |
| "restartPolicyType": "ON_FAILURE", | |
| "restartPolicyMaxRetries": 3 | |
| } | |
| } | |