Tien09 commited on
Commit
974049d
·
1 Parent(s): 9f68d26

Update Dockerfile

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