Instead, should use $PORT env

This commit is contained in:
Eric Ma 2019-12-14 19:25:42 -05:00
parent f64300d7f4
commit f475332124
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
web: streamlit run --server.port 5000 --server.baseUrlPath https://minimal-streamlit.herokuapp.com/ beta_distribution.py
web: streamlit run --server.port $PORT --server.baseUrlPath minimal-streamlit.herokuapp.com beta_distribution.py