This commit is contained in:
2019-10-23 23:03:02 +02:00
parent 2d11f599fd
commit 5d308575fa

View File

@ -11,5 +11,5 @@ RUN \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER
CMD ["start-notebook.sh", "--NotebookApp.token=''" "--gateway-url" "${GATEWAY}"]
CMD ["start-notebook.sh", "--NotebookApp.token=''", "--gateway-url", "${GATEWAY}"]