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

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 7860
21
  CMD ["streamlit", "run", "app.py"]
22
 
 
17
  WORKDIR $HOME/app
18
  COPY . $HOME/app
19
 
20
+ EXPOSE 8501
21
  CMD ["streamlit", "run", "app.py"]
22