Manasa1 commited on
Commit
c485838
·
verified ·
1 Parent(s): a2b18e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip install -r requirements.txt
17
 
18
 
19
  # Make port 7860 available to the world outside this container
20
- EXPOSE 7860
21
 
22
  # Start the Streamlit app
23
  CMD ["streamlit", "run", "app.py"]
 
17
 
18
 
19
  # Make port 7860 available to the world outside this container
20
+ EXPOSE 8501
21
 
22
  # Start the Streamlit app
23
  CMD ["streamlit", "run", "app.py"]