MainiSandeep1987 commited on
Commit
d1bf74c
·
verified ·
1 Parent(s): aeb445d

Update Dockerfile

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