Ary-007 commited on
Commit
de2414e
·
verified ·
1 Parent(s): 2f77503

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN pip install --no-cache-dir -r requirements.txt
26
  COPY . .
27
 
28
  # 7. Expose Port
29
- EXPOSE 7860
30
 
31
  # 8. Run
32
- CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0","--server.enableXsrfProtection=false"]
 
26
  COPY . .
27
 
28
  # 7. Expose Port
29
+ EXPOSE 8501
30
 
31
  # 8. Run
32
+ CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0","--server.enableXsrfProtection=false"]