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:
Frederik Nordahl Jul Sabroe 2016-04-13 22:32:15 +02:00
parent ac70e49ace
commit d33ce47f40

View File

@ -109,4 +109,4 @@ WORKDIR /notebooks
EXPOSE 8888
ENTRYPOINT ["tini", "--"]
CMD ["jupyter", "notebook"]
CMD ["jupyter", "notebook", "--no-browser"]