build: Expose all volumes
/v/share/jupyter/lab is now a volume, and should be exposed as such.
This commit is contained in:
parent
2cf1c1b731
commit
eacfa0523b
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue