From b9bf4c20c6abcb338e531b3814a9740f314c58d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 24 Oct 2019 13:34:48 +0200 Subject: [PATCH] drop base url, add password --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index afc1e12..a61abf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM jupyter/scipy-notebook LABEL Maintainer="Wolfgang Hottgenroth " LABEL ImageName="registry.gitlab.com/wolutator/registry.gitlab.com/wolutator/" -ENV GATEWAY_URL "" +ENV PASSWORD "" RUN \ pip install influxdb && \ @@ -11,5 +11,5 @@ RUN \ fix-permissions $CONDA_DIR && \ fix-permissions /home/$NB_USER -CMD start-notebook.sh --NotebookApp.token='' --NotebookApp.base_url=$GATEWAY_URL +CMD start-notebook.sh --NotebookApp.token='' --NotebookApp.password=$PASSWORD