Skip to content

Commit f96c556

Browse files
authored
Merge pull request #53 from skyred/patch-24
Fix Drupal 8 default folder permission
2 parents 3fde07e + ee9b578 commit f96c556

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

8.1/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar
3030
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
3131
&& tar -xz --strip-components=1 -f drupal.tar.gz \
3232
&& rm drupal.tar.gz \
33-
&& chown -R www-data:www-data sites
33+
&& chown -R www-data:www-data sites modules themes

8.1/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar
2828
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
2929
&& tar -xz --strip-components=1 -f drupal.tar.gz \
3030
&& rm drupal.tar.gz \
31-
&& chown -R www-data:www-data sites
31+
&& chown -R www-data:www-data sites modules themes

8.2/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar
3030
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
3131
&& tar -xz --strip-components=1 -f drupal.tar.gz \
3232
&& rm drupal.tar.gz \
33-
&& chown -R www-data:www-data sites
33+
&& chown -R www-data:www-data sites modules themes

8.2/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar
2828
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
2929
&& tar -xz --strip-components=1 -f drupal.tar.gz \
3030
&& rm drupal.tar.gz \
31-
&& chown -R www-data:www-data sites
31+
&& chown -R www-data:www-data sites modules themes

0 commit comments

Comments
 (0)