Skip to content

Commit

Permalink
Merge pull request #66 from Arslan-Siraj/main
Browse files Browse the repository at this point in the history
.config file in Dockerfile_simple
  • Loading branch information
Arslan-Siraj authored Jun 3, 2024
2 parents 703f46c + 4a90abe commit 3d16fad
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 3d16fad

Please sign in to comment.