Nechba commited on
Commit
95486ca
·
verified ·
1 Parent(s): 6e0c983

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
17
  COPY . /code
18
 
19
  # Expose the port Streamlit runs on (default is 8501)
20
- EXPOSE 8501
21
 
22
  # Command to run your Streamlit application
23
  CMD ["streamlit", "run", "app.py", "--server.port", "8501", "--server.address", "0.0.0.0"]
 
17
  COPY . /code
18
 
19
  # Expose the port Streamlit runs on (default is 8501)
20
+ EXPOSE 7860
21
 
22
  # Command to run your Streamlit application
23
  CMD ["streamlit", "run", "app.py", "--server.port", "8501", "--server.address", "0.0.0.0"]