Skip to content

Commit

Permalink
deploy to railway
Browse files Browse the repository at this point in the history
Vincent Davis committed May 12, 2024
1 parent 36af1b1 commit 6bb3f25
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions railway.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "streamlit run Home.py --server.address 0.0.0.0 --server.port $PORT --server.fileWatcherType none --browser.gatherUsageStats false --client.toolbarMode minimal"
}

}
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.11

0 comments on commit 6bb3f25

Please sign in to comment.