ariansyahdedy commited on
Commit
5d5866e
·
1 Parent(s): 831fef5

change railway.json

Browse files
Files changed (1) hide show
  1. railway.json +1 -1
railway.json CHANGED
@@ -2,6 +2,6 @@
2
  "build": {
3
  "dockerfile": "Dockerfile"
4
  },
5
- "startCmd": "uvicorn app.main:app --host 0.0.0.0 --port ${PORT}"
6
  }
7
 
 
2
  "build": {
3
  "dockerfile": "Dockerfile"
4
  },
5
+ "startCmd": "python main.py"
6
  }
7