Skip to content

Commit

Permalink
.config file in Dockerfile_simple
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj committed Jun 3, 2024
1 parent bf4cb70 commit 4a90abe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile_simple
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,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

Expand Down

0 comments on commit 4a90abe

Please sign in to comment.