Spaces:
Runtime error
Runtime error
Commit
·
b3ce4dc
1
Parent(s):
b25944c
Change port
Browse files- railway.json +2 -1
railway.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"$schema": "https://railway.app/railway.schema.json",
|
| 3 |
"build": {
|
| 4 |
-
"builder": "DOCKERFILE"
|
|
|
|
| 5 |
},
|
| 6 |
"deploy": {
|
| 7 |
"startCommand": "hypercorn app.main:app --bind \"[::]:$PORT\""
|
|
|
|
| 1 |
{
|
| 2 |
"$schema": "https://railway.app/railway.schema.json",
|
| 3 |
"build": {
|
| 4 |
+
"builder": "DOCKERFILE",
|
| 5 |
+
"dockerfilePath": "./Dockerfile"
|
| 6 |
},
|
| 7 |
"deploy": {
|
| 8 |
"startCommand": "hypercorn app.main:app --bind \"[::]:$PORT\""
|