Skip to content

Commit

Permalink
provide streamlit config inside docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj committed Jun 3, 2024
1 parent b65dcec commit bf4cb70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .streamlit/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
developmentMode = false

[server]
port = 8502
port = 8501 # should be same as configured in deployment repo

[theme]

Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ COPY src/ /app/src
COPY assets/ /app/assets
COPY example-data/ /app/example-data
COPY pages/ /app/pages
# For streamlit configuration
COPY .streamlit/config.toml /app/.streamlit/config.toml
COPY clean-up-workspaces.py /app/clean-up-workspaces.py

# add cron job to the crontab
Expand Down

0 comments on commit bf4cb70

Please sign in to comment.