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

@ -43,7 +43,8 @@ RUN a2enmod rewrite
ENV NEXTCLOUD_VERSION 10.0.6
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 \

View File

@ -41,7 +41,8 @@ RUN set -ex \
ENV NEXTCLOUD_VERSION 10.0.6
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 \

View File

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

View File

@ -42,7 +42,8 @@ RUN set -ex \
ENV NEXTCLOUD_VERSION 11.0.4
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 \

View File

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

View File

@ -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 \

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 \

View File

@ -43,7 +43,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 \