We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18fb0c2 + 1b0f116 commit 327101bCopy full SHA for 327101b
Dockerfile
@@ -7,6 +7,7 @@ COPY setup.py .
7
COPY .streamlit .streamlit
8
COPY defaults defaults
9
COPY src src
10
+COPY st_app.py st_app.py
11
RUN pip install -q .
12
13
CMD ["streamlit", "run", "st_app.py"]
0 commit comments