Skip to content

Commit

Permalink
chore: fix poe run
Browse files Browse the repository at this point in the history
  • Loading branch information
janaka committed Oct 23, 2023
1 parent dfc639b commit 757dade
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 @@ -138,7 +138,7 @@ doc-html = "mkdocs build --site-dir ./_site"
[tool.poe.tasks.run]
cmd = "streamlit run web/index.py --server.port $port --browser.gatherUsageStats false"
args = [{ name = "port", default = 8501, type = "integer" }]
env = { WATCHDOG_LOG_LEVEL = "ERROR", PYTHONPATH = "${POE_PWD}/web:${POE_PWD}/source" }
env = { WATCHDOG_LOG_LEVEL = "ERROR", PYTHONPATH = "${POE_PWD}/web/:${POE_PWD}/source/" }

[tool.poe.tasks.docker-build]
cmd = """
Expand Down

0 comments on commit 757dade

Please sign in to comment.