Skip to content

Commit

Permalink
Set port and url in run commend
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine TAVANT committed Jun 26, 2024
1 parent ef3a925 commit e9e92c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ extra-dependencies = [
]

[tool.hatch.envs.serve.scripts]
prod = "streamlit run src/energy_forecast/dashboard/dashboard_streamlit.py"
prod = "streamlit run --server.port 8502 --server.baseUrlPath energy_forecast src/energy_forecast/dashboard/dashboard_streamlit.py"

[tool.coverage.run]
source_pkgs = ["energy_forecast", "tests"]
Expand Down

0 comments on commit e9e92c5

Please sign in to comment.