From 197373005a3014fd5e1d60d975b2ccc7ddbfe2a0 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 23 Oct 2019 23:17:41 +0200 Subject: [PATCH] last test for today --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c76590e..5a3de16 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 JUPYTER_GATEWAY_URL "" 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=''"]