We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6de9e commit 98cf58cCopy full SHA for 98cf58c
.docker/os2web/Dockerfile
@@ -43,7 +43,7 @@ RUN echo '<?php $settings["project_env"] = PROD_ENV; ' > /opt/drupal/web/sites/d
43
# Adding syn directory.
44
mkdir -p config/sync; \
45
# Adjusting ownership
46
- 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; \
47
chmod g+s -R /opt/drupal/private /opt/drupal/files /opt/drupal/config/sync
48
49
# Adding custom apache configuration with PHP value and log settings.
0 commit comments