NEXAS commited on
Commit
fb93cb2
·
verified ·
1 Parent(s): 5f900b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ COPY app.py naxi_lowlight.keras /app/
23
 
24
  # Start Streamlit app
25
  # --server.address=0.0.0.0 is needed to make the app accessible from outside the container.
26
- CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0"]
 
23
 
24
  # Start Streamlit app
25
  # --server.address=0.0.0.0 is needed to make the app accessible from outside the container.
26
+ CMD ["streamlit", "run", "app.py"]