From 53f7fa3333f4c5618b2a12263f18399a5697a684 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Thu, 4 Aug 2022 00:01:03 +0200 Subject: [PATCH] =?UTF-8?q?include=20learn4=C2=A0in=20docker=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 73c967dd..7320578f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,6 +79,8 @@ USER root # Copy init scripts # COPY docker-entrypoint.sh /entrypoint.sh +COPY --chown=1000:1000 themes/learn4 /var/www/html/user/themes/learn4 + # provide container inside image for data persistence VOLUME ["/var/www/html/backup", "/var/www/html/user/themes/yunohost-docs", "/var/www/html/logs", "/var/www/html/user/pages", "/var/www/html/user/config", "/var/www/html/user/images"]