summaryrefslogtreecommitdiffstats
path: root/12.0/fpm/Dockerfile
diff options
context:
space:
mode:
authorTobias Brunner <tobias@tobru.ch>2017-08-11 20:09:14 +0200
committerTilo Spannagel <development@tilosp.de>2017-08-14 19:05:30 +0200
commit6ed3dfe5568941b482cd7d19a39bd19dec05f642 (patch)
tree4fe68de72617bc870a2a3012122e8d41f451646b /12.0/fpm/Dockerfile
parent69b4a015ed7c21cd829f9747e0209fb80604e7b3 (diff)
directory permissions for root group
Diffstat (limited to '12.0/fpm/Dockerfile')
-rw-r--r--12.0/fpm/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile
index 399ff1ff..e0c75fd8 100644
--- a/12.0/fpm/Dockerfile
+++ b/12.0/fpm/Dockerfile
@@ -42,7 +42,8 @@ RUN set -ex \
ENV NEXTCLOUD_VERSION 12.0.2
-RUN chown -R www-data:root /var/www/html
+RUN chown -R www-data:root /var/www/html && \
+ chmod -R g=u /var/www/html
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \