Skip to content

Commit

Permalink
Docker Github Action Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBrie committed Mar 18, 2024
1 parent 303de6c commit f510203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3_Streamlit_dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
FROM python:3.8-bookworm

# copy files to the /app folder in the container
COPY ./3_STREAMlit_dashboard.py /app/3_STREAMlit_dashboard.py
COPY ./data /app/data
COPY ./3_Streamlit_dashboard/3_STREAMlit_dashboard.py /app/3_STREAMlit_dashboard.py
COPY ./3_Streamlit_dashboard/data /app/data


# set the working directory in the container to be /app
Expand Down
File renamed without changes.

0 comments on commit f510203

Please sign in to comment.