diff --git a/Dockerfile b/Dockerfile index 6247e3b..86ec720 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ RUN pip install libro RUN mkdir -p ~/.jupyter COPY docker/jupyter_server_config.py ~/.jupyter/jupyter_server_config.py -CMD ["libro", '--port', '8889'] \ No newline at end of file +CMD ["libro", '--port', '8889',"--allow-root"] \ No newline at end of file