From f475332124ca3c067866178faf227729a26fb008 Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Sat, 14 Dec 2019 19:25:42 -0500 Subject: [PATCH] Instead, should use $PORT env --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8cfd21f..b894efe 100644 --- a/Procfile +++ b/Procfile @@ -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