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