directory permissions for root group
This commit is contained in:
parent
69b4a015ed
commit
6ed3dfe556
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user