Update the template files.

This commit is contained in:
Rodrigo Aguilera 2018-04-16 21:11:51 +02:00
parent 15422886d7
commit 8620ea17cb
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,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

View File

@ -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