arasuezofis commited on
Commit
268db10
·
verified ·
1 Parent(s): a1027da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,6 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY app.py .
9
 
10
- EXPOSE 8501
11
 
12
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
7
 
8
  COPY app.py .
9
 
10
+ EXPOSE 7860
11
 
12
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]