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