tharu22 commited on
Commit
0abb763
·
1 Parent(s): e47e4de

changed con

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
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=7860", "--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"]