Skip to content

Commit

Permalink
Fix(startup): change the port to 8000 for deployment on Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolaskrynnyk committed Sep 23, 2024
1 parent 2d1458e commit b8e07ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st_undp/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ python -m st_undp configure --settings style

python -m streamlit run app.py \
--server.address 0.0.0.0 \
--server.port 80 \
--server.port 8000 \
--server.enableStaticServing true \
--browser.gatherUsageStats false

0 comments on commit b8e07ce

Please sign in to comment.