Skip to content

Commit b1f7b5c

Browse files
committed
fix: use Railway PORT in Procfile
Railway does not expand default shell syntax in Procfile; use $PORT directly.
1 parent 60d2157 commit b1f7b5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
web: uvicorn main:app --host 0.0.0.0 --port ${PORT:-8000}
1+
web: uvicorn main:app --host 0.0.0.0 --port $PORT
22

0 commit comments

Comments
 (0)