From e30d20c65771d7ab6189a02e2761db584a9d3294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=8C=E6=97=85=E9=80=94?= Date: Fri, 21 May 2021 12:20:52 +0800 Subject: [PATCH] fix: volume settings from readme.md sync --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b94ad0..7187f0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,5 +64,5 @@ RUN apk add --no-progress --no-cache \ COPY rootfs / RUN chmod +x /usr/local/bin/* /etc/s6.d/*/run /etc/s6.d/.s6-svscan/* -VOLUME /flarum/app/extensions /etc/nginx/conf.d +VOLUME /etc/nginx/conf.d /flarum/app/extensions /flarum/app/public/assets CMD ["/usr/local/bin/startup"]