andreaschandra commited on
Commit
04c28ef
·
1 Parent(s): a0a2b4f

fix cmd ip *

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN export PATH
18
 
19
  ENTRYPOINT ["/home/ubuntu/.local/bin/jupyter"]
20
 
21
- CMD ["lab", "--port", "7860", "--no-browser", "--ip", "0.0.0.0", "--NotebookApp.token", "123123", "--NotebookApp.notebook_dir", "/home/ubuntu/"]
 
18
 
19
  ENTRYPOINT ["/home/ubuntu/.local/bin/jupyter"]
20
 
21
+ CMD ["lab", "--port", "7860", "--no-browser", "--ip", "*", "--NotebookApp.token", "123123", "--NotebookApp.notebook_dir", "/home/ubuntu/"]