From 5714672aa6f2b5cbac6d5d268763bf06c607a5eb Mon Sep 17 00:00:00 2001 From: Rodrigo Aguilera Date: Sat, 10 Mar 2018 17:32:26 +0100 Subject: Give ownership for www-data to /var/www --- Dockerfile-debian.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile-debian.template') diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index a5db872a..5b73a108 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -89,8 +89,8 @@ RUN { \ echo 'opcache.revalidate_freq=1'; \ } > /usr/local/etc/php/conf.d/opcache-recommended.ini; \ \ - chown -R www-data:root /var/www/html; \ - chmod -R g=u /var/www/html + chown -R www-data:root /var/www; \ + chmod -R g=u /var/www VOLUME /var/www/html %%VARIANT_EXTRAS%% -- cgit v1.2.3