We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef1278 commit de22aedCopy full SHA for de22aed
Dockerfile
@@ -9,4 +9,5 @@ RUN apt-get update && \
9
libsm6 \
10
libxext6
11
RUN pip install -r /home/requirements.txt
12
-CMD [ "streamlit", "run", "/home/app.py" ]
+WORKDIR /home
13
+CMD [ "streamlit", "run", "app.py" ]
0 commit comments