Skip to content

Commit 950b3a1

Browse files
author
Eric Smyth
committed
Fix to Dockerfile to ensure Streamlit files are copied to the expected location
1 parent 44d9faf commit 950b3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.7.7-slim-buster
22
RUN mkdir /app
33
WORKDIR /app
4-
COPY .streamlit ~/
4+
COPY .streamlit .streamlit
55
COPY README.md .
66
COPY setup.py .
77
COPY settings.cfg .

0 commit comments

Comments
 (0)