dhhd255 commited on
Commit
8b8e340
·
1 Parent(s): 8887afe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,5 +19,5 @@ RUN mkdir app
19
  WORKDIR $HOME/app
20
  COPY . $HOME/app
21
 
22
- EXPOSE 8505
23
  CMD streamlit run app.py
 
19
  WORKDIR $HOME/app
20
  COPY . $HOME/app
21
 
22
+ EXPOSE 8501
23
  CMD streamlit run app.py