Skip to content

Commit de22aed

Browse files
committed
fixed issue with workdir
1 parent 1ef1278 commit de22aed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ RUN apt-get update && \
99
libsm6 \
1010
libxext6
1111
RUN pip install -r /home/requirements.txt
12-
CMD [ "streamlit", "run", "/home/app.py" ]
12+
WORKDIR /home
13+
CMD [ "streamlit", "run", "app.py" ]

0 commit comments

Comments
 (0)