Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 6d670b4

Browse files
committed
Fix Dockerfile
1 parent 65ffd2b commit 6d670b4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ RUN set -ex \
2525
&& apk del .build-deps \
2626
&& rm -rf /root/.cache
2727

28+
RUN mkdir -p -m 700 /root/.jupyter/ && \
29+
echo "c.NotebookApp.ip = '*'" >> /root/.jupyter/jupyter_notebook_config.py
30+
2831
EXPOSE 8888
2932
CMD ["jupyter", "notebook"]

0 commit comments

Comments
 (0)