Tien09 commited on
Commit
d1c559d
·
1 Parent(s): 523920b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,5 +18,5 @@ WORKDIR $HOME/app
18
  COPY . $HOME/app
19
 
20
  EXPOSE 7860
21
- CMD ["streamlit", "run", "app.py", "--server.port", "7860"]
22
 
 
18
  COPY . $HOME/app
19
 
20
  EXPOSE 7860
21
+ CMD ["streamlit", "run", "app.py"]
22