summaryrefslogtreecommitdiffstats
path: root/12.0/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '12.0/apache/Dockerfile')
-rw-r--r--12.0/apache/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/12.0/apache/Dockerfile b/12.0/apache/Dockerfile
index 28a9dde2..1f6413ae 100644
--- a/12.0/apache/Dockerfile
+++ b/12.0/apache/Dockerfile
@@ -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