mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
Dockerfile: Added --no-browser argument to CMD
The docker images doesn't contain any browsers, therefore there is no need for trying to launch a browser.
This commit is contained in:
parent
ac70e49ace
commit
d33ce47f40
@ -109,4 +109,4 @@ WORKDIR /notebooks
|
||||
EXPOSE 8888
|
||||
|
||||
ENTRYPOINT ["tini", "--"]
|
||||
CMD ["jupyter", "notebook"]
|
||||
CMD ["jupyter", "notebook", "--no-browser"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user