summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
authorRodrigo Aguilera <hi@rodrigoaguilera.net>2018-03-10 17:32:26 +0100
committerRodrigo Aguilera <hi@rodrigoaguilera.net>2018-03-10 17:32:26 +0100
commit5714672aa6f2b5cbac6d5d268763bf06c607a5eb (patch)
treea63194ff648adb99dfde554cefab072ad9c20f86 /Dockerfile-debian.template
parent5c05c9eba0a97e36fca6d0e00a4da66db9544b9c (diff)
Give ownership for www-data to /var/www
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template4
1 files changed, 2 insertions, 2 deletions
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%%