From 98cf58cd673580368282b60a1f037215922fe8f7 Mon Sep 17 00:00:00 2001 From: Andriy Iun Date: Wed, 3 Feb 2021 12:38:22 +0100 Subject: [PATCH] Adjusted permissions for tmp folder --- .docker/os2web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/os2web/Dockerfile b/.docker/os2web/Dockerfile index fea057635..76c7b163f 100644 --- a/.docker/os2web/Dockerfile +++ b/.docker/os2web/Dockerfile @@ -43,7 +43,7 @@ RUN echo ' /opt/drupal/web/sites/d # Adding syn directory. mkdir -p config/sync; \ # Adjusting ownership - chown -R www-data:www-data /opt/drupal/private /opt/drupal/files /opt/drupal/config/sync; \ + chown -R www-data:www-data /opt/drupal/private /opt/drupal/files /opt/drupal/config/sync /opt/drupal/tmp; \ chmod g+s -R /opt/drupal/private /opt/drupal/files /opt/drupal/config/sync # Adding custom apache configuration with PHP value and log settings.