summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index fdb63f66..67891508 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -89,6 +89,7 @@ RUN { \
echo 'opcache.revalidate_freq=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
\
+ mkdir /var/www/data; \
chown -R www-data:root /var/www; \
chmod -R g=u /var/www