build: Expose all volumes

/v/share/jupyter/lab is now a volume, and should be exposed as such.
This commit is contained in:
Matthew Connelly 2022-08-17 16:43:44 +01:00
parent 2cf1c1b731
commit eacfa0523b
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ COPY conf.py /.default.py
WORKDIR /data
VOLUME /data
VOLUME /root/.jupyter
VOLUME /v/share/jupyter/lab
EXPOSE 8888
ENTRYPOINT ["/e"]