From db911722aeb36e60e4787e2aabb0a145bfaf755d Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Fri, 9 Oct 2015 16:47:47 -0400 Subject: [PATCH] Dockerfile: Port should not need to be specified as we are using the default one. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8beff4ff..d9bca8db9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,4 +95,4 @@ WORKDIR /notebooks EXPOSE 8888 ENTRYPOINT ["tini", "--"] -CMD ["jupyter", "notebook", "--port", "8888", "--ip=*"] +CMD ["jupyter", "notebook", "--ip=*"]