ariansyahdedy commited on
Commit
b25944c
·
1 Parent(s): 3ba194e

Change port

Browse files
Files changed (1) hide show
  1. railway.json +9 -0
railway.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
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\""
8
+ }
9
+ }