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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -16,8 +16,5 @@ WORKDIR /app
16
  RUN pip install -r requirements.txt
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"]
 
16
  RUN pip install -r requirements.txt
17
 
18
 
 
 
 
19
  # Start the Streamlit app
20
  CMD ["streamlit", "run", "app.py"]