Skip to content

Commit

Permalink
fixed issue with workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
naseemap47 committed Feb 22, 2023
1 parent 1ef1278 commit de22aed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ RUN apt-get update && \
libsm6 \
libxext6
RUN pip install -r /home/requirements.txt
CMD [ "streamlit", "run", "/home/app.py" ]
WORKDIR /home
CMD [ "streamlit", "run", "app.py" ]

0 comments on commit de22aed

Please sign in to comment.