another fix

This commit is contained in:
2019-10-24 13:20:18 +02:00
parent 197373005a
commit 4016637b1f

View File

@ -3,7 +3,8 @@ FROM jupyter/scipy-notebook
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
LABEL ImageName="registry.gitlab.com/wolutator/registry.gitlab.com/wolutator/"
ENV JUPYTER_GATEWAY_URL ""
ARG GATEWAY_URL
ENV E_GATEWAY_URL ${GATEWAY_URL}
RUN \
pip install influxdb && \
@ -11,5 +12,5 @@ RUN \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER
CMD ["start-notebook.sh", "--NotebookApp.token=''"]
CMD start-notebook.sh --NotebookApp.token='' --NotebookApp.base_url=$E_GATEWAY_URL