Skip to content

Commit 98cf58c

Browse files
committed
Adjusted permissions for tmp folder
1 parent ff6de9e commit 98cf58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/os2web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN echo '<?php $settings["project_env"] = PROD_ENV; ' > /opt/drupal/web/sites/d
4343
# Adding syn directory.
4444
mkdir -p config/sync; \
4545
# Adjusting ownership
46-
chown -R www-data:www-data /opt/drupal/private /opt/drupal/files /opt/drupal/config/sync; \
46+
chown -R www-data:www-data /opt/drupal/private /opt/drupal/files /opt/drupal/config/sync /opt/drupal/tmp; \
4747
chmod g+s -R /opt/drupal/private /opt/drupal/files /opt/drupal/config/sync
4848

4949
# Adding custom apache configuration with PHP value and log settings.

0 commit comments

Comments
 (0)