Skip to content

Commit

Permalink
copy streamlit config in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
axelwalter committed Jun 5, 2024
1 parent ac4db4a commit a676f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ COPY src/ /app/src
COPY assets/ /app/assets
COPY example-data/ /app/example-data
COPY pages/ /app/pages
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
1 change: 1 addition & 0 deletions Dockerfile_simple
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ COPY src/ /app/src
COPY assets/ /app/assets
COPY example-data/ /app/example-data
COPY pages/ /app/pages
COPY .streamlit/config.toml /app/.streamlit/config.toml

COPY clean-up-workspaces.py /app/clean-up-workspaces.py

Expand Down

0 comments on commit a676f35

Please sign in to comment.