mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-07 03:15:37 -06:00
move hypercorn startCommand to backend
This commit is contained in:
9
backend/railway.json
Normal file
9
backend/railway.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://railway.app/railway.schema.json",
|
||||
"build": {
|
||||
"builder": "NIXPACKS"
|
||||
},
|
||||
"deploy": {
|
||||
"startCommand": "hypercorn main:app --bind \"[::]:$PORT\""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user