Hamdy005 commited on
Commit
9034864
·
verified ·
1 Parent(s): 626deb4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN python -m nltk.downloader wordnet stopwords
20
 
21
 
22
  # 7. Expose Streamlit Port
23
- EXPOSE 8501
24
 
25
  # 8. Run the Streamlit App
26
  CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0"]
 
20
 
21
 
22
  # 7. Expose Streamlit Port
23
+ EXPOSE 7860
24
 
25
  # 8. Run the Streamlit App
26
  CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0"]