Skip to content

Commit

Permalink
fix: update dockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk authored and BroKun committed Sep 4, 2024
1 parent 51077fa commit 8a5e38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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']
CMD ["libro", '--port', '8889',"--allow-root"]

0 comments on commit 8a5e38a

Please sign in to comment.