diff --git a/Dockerfile b/Dockerfile index 1514b2997..3b1e7a90e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Another Docker container should inherit with `FROM jupyter/notebook` # to run actual services. # -# For opinionated stacks of ready-to-run Jupyter applications in Docker, +# For opinionated stacks of ready-to-run Jupyter applications in Docker, # check out docker-stacks FROM jupyter/ubuntu_14_04_locale_fix @@ -109,4 +109,4 @@ WORKDIR /notebooks EXPOSE 8888 ENTRYPOINT ["tini", "--"] -CMD ["jupyter", "notebook", "--no-browser"] +CMD ["jupyter", "notebook", "--no-browser", "--allow-root"]