NidhiS09 commited on
Commit
23b1338
·
verified ·
1 Parent(s): 74c1fb2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,6 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  COPY . .
15
 
16
- EXPOSE 8501
17
 
18
  CMD ["python", "-m", "streamlit", "run", "main.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
13
 
14
  COPY . .
15
 
16
+ EXPOSE 7860
17
 
18
  CMD ["python", "-m", "streamlit", "run", "main.py", "--server.port=8501", "--server.address=0.0.0.0"]