javear commited on
Commit
6dd82a0
·
verified ·
1 Parent(s): ba1567e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN pip install --no-cache-dir -r requirements.txt
23
  COPY . .
24
 
25
  # Expose port 8501 for Streamlit
26
- EXPOSE 8501
27
 
28
  # Command to run the app
29
  CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
23
  COPY . .
24
 
25
  # Expose port 8501 for Streamlit
26
+ EXPOSE 8080
27
 
28
  # Command to run the app
29
  CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]