fracapuano commited on
Commit
27bf234
1 Parent(s): 39a9e66

remove: server address

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ EXPOSE 7860
31
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
32
 
33
  # The command to run the app
34
- ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
31
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
32
 
33
  # The command to run the app
34
+ ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=7860"]