prernasingh commited on
Commit
e5653c6
·
verified ·
1 Parent(s): 9459208

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
  COPY --chown=user . /app
13
 
14
  # Start the Streamlit app on port 7860, the default port expected by Spaces
15
- CMD ["streamlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
12
  COPY --chown=user . /app
13
 
14
  # Start the Streamlit app on port 7860, the default port expected by Spaces
15
+ CMD ["streamlit", "run", "app.py", "--server.address", "0.0.0.0", "--server.port", "7860"]