hf-viz / deploy /railway.json
midah's picture
Refactor UI: Stack Sans font, remove rounded corners, consolidate navigation
637183f
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "pip install -r requirements.txt"
},
"deploy": {
"startCommand": "cd backend && uvicorn api.main:app --host 0.0.0.0 --port $PORT",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}