Skip to content

Commit 327101b

Browse files
authored
Add st_app.py to Dockerfile
Add st_app.py to the Docker file.
2 parents 18fb0c2 + 1b0f116 commit 327101b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY setup.py .
77
COPY .streamlit .streamlit
88
COPY defaults defaults
99
COPY src src
10+
COPY st_app.py st_app.py
1011
RUN pip install -q .
1112

1213
CMD ["streamlit", "run", "st_app.py"]

0 commit comments

Comments
 (0)