From 12310f2deb11c3f1c7ea036157c513151c4596e7 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Mon, 10 Apr 2023 10:50:01 -0500 Subject: [PATCH] container change owner of symlink --- container/match/base/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/container/match/base/Dockerfile b/container/match/base/Dockerfile index 2721b003..c9fdf885 100644 --- a/container/match/base/Dockerfile +++ b/container/match/base/Dockerfile @@ -69,6 +69,7 @@ RUN rm -f ${COMANAGE_MATCH_DIR}/app/tmp \ && chown -R www-data:www-data ${COMANAGE_MATCH_DIR}/app/tmp \ && cd /var/www/html \ && ln -s ${COMANAGE_MATCH_DIR}/app/webroot match \ + && ln -h www-data:www-data match \ && mkdir ${COMANAGE_MATCH_DIR}/local RUN a2enmod headers \