From ee9b5787b307fba785f5cf15e626ee1d9c6e4d4d Mon Sep 17 00:00:00 2001 From: Jingsheng Wang Date: Wed, 17 Aug 2016 11:07:19 +0800 Subject: [PATCH] fix Drupal 8 default folder permission. --- 8.1/apache/Dockerfile | 2 +- 8.1/fpm/Dockerfile | 2 +- 8.2/apache/Dockerfile | 2 +- 8.2/fpm/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/8.1/apache/Dockerfile b/8.1/apache/Dockerfile index 6aadd3a36..db9d314b9 100644 --- a/8.1/apache/Dockerfile +++ b/8.1/apache/Dockerfile @@ -30,4 +30,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar && echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \ && tar -xz --strip-components=1 -f drupal.tar.gz \ && rm drupal.tar.gz \ - && chown -R www-data:www-data sites + && chown -R www-data:www-data sites modules themes diff --git a/8.1/fpm/Dockerfile b/8.1/fpm/Dockerfile index 713099f97..909624862 100644 --- a/8.1/fpm/Dockerfile +++ b/8.1/fpm/Dockerfile @@ -28,4 +28,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar && echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \ && tar -xz --strip-components=1 -f drupal.tar.gz \ && rm drupal.tar.gz \ - && chown -R www-data:www-data sites + && chown -R www-data:www-data sites modules themes diff --git a/8.2/apache/Dockerfile b/8.2/apache/Dockerfile index 478e426b4..908583256 100644 --- a/8.2/apache/Dockerfile +++ b/8.2/apache/Dockerfile @@ -30,4 +30,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar && echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \ && tar -xz --strip-components=1 -f drupal.tar.gz \ && rm drupal.tar.gz \ - && chown -R www-data:www-data sites + && chown -R www-data:www-data sites modules themes diff --git a/8.2/fpm/Dockerfile b/8.2/fpm/Dockerfile index 55f1766f2..9b5af0f14 100644 --- a/8.2/fpm/Dockerfile +++ b/8.2/fpm/Dockerfile @@ -28,4 +28,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar && echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \ && tar -xz --strip-components=1 -f drupal.tar.gz \ && rm drupal.tar.gz \ - && chown -R www-data:www-data sites + && chown -R www-data:www-data sites modules themes