From e7be65603a9208d60a5af0f73a6101b43812d1a6 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Thu, 23 Nov 2017 21:04:56 +0100 Subject: [PATCH] correct folder path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40e0152..af39847 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN export BUILD_DEPS="build-base \ && rm -rf /tmp/* /var/cache/apk/* /tmp/* /root/.gnupg /root/.cache/ /diaspora/.git COPY rootfs/ / -VOLUME ["/config", "public"] +VOLUME ["/config", "/public"] EXPOSE 3000 ENTRYPOINT [ "/usr/local/bin/startup" ] CMD ["/bin/s6-svscan", "/etc/s6.d"]