tharu22 commited on
Commit
c3792ad
·
1 Parent(s): 0f15b2f

url changed

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  EXPOSE 8501
15
 
16
  # Command to run the Streamlit app
17
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
14
  EXPOSE 8501
15
 
16
  # Command to run the Streamlit app
17
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]