From eacfa0523b098fe72331288340ec008e6df02d8f Mon Sep 17 00:00:00 2001 From: Matthew Connelly Date: Wed, 17 Aug 2022 16:43:44 +0100 Subject: [PATCH] build: Expose all volumes /v/share/jupyter/lab is now a volume, and should be exposed as such. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e5abeb8..5f20bca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]