Skip to content

Commit 1b4b95d

Browse files
fix: restore original Procfile with PORT handling
1 parent ed0ea3a commit 1b4b95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: streamlit run src/app.py
1+
web: STREAMLIT_SERVER_PORT=$PORT streamlit run src/app.py

0 commit comments

Comments
 (0)