myshirk commited on
Commit
7eaf4dc
·
verified ·
1 Parent(s): 752678b

change port

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ COPY . .
10
  RUN pip install --no-cache-dir --upgrade pip \
11
  && pip install --no-cache-dir -r requirements.txt
12
 
13
- CMD sh -c "streamlit run app.py --server.address=0.0.0.0 --server.port=\${PORT:-7860}"
 
10
  RUN pip install --no-cache-dir --upgrade pip \
11
  && pip install --no-cache-dir -r requirements.txt
12
 
13
+ CMD sh -c "streamlit run app.py --server.address=0.0.0.0 --server.port=\${PORT:-8501}"