Kabila22 commited on
Commit
9218687
·
1 Parent(s): 902b579

third commit

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY . /app
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Expose Streamlit's default port
14
- EXPOSE 8501
15
 
16
  # Command to run the Streamlit app
17
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Expose Streamlit's default port
14
+ EXPOSE 7860
15
 
16
  # Command to run the Streamlit app
17
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]