0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 12:50:54 +02:00

directory permissions for root group

This commit is contained in:
Tobias Brunner 2017-08-11 20:09:14 +02:00 committed by Tilo Spannagel
parent 69b4a015ed
commit 6ed3dfe556
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
8 changed files with 16 additions and 8 deletions

View file

@ -44,7 +44,8 @@ RUN a2enmod rewrite
ENV NEXTCLOUD_VERSION %%VERSION%%
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 \