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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ COPY . /code
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"]
 
20
  EXPOSE 7860
21
 
22
  # Command to run your Streamlit application
23
+ CMD ["streamlit", "run", "app.py"]