drop base url, add password

This commit is contained in:
2019-10-24 13:34:48 +02:00
parent 5e15df1a3b
commit b9bf4c20c6

View File

@ -3,7 +3,7 @@ FROM jupyter/scipy-notebook
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
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