fix: recursively chown directories
All checks were successful
the build was successful

This commit is contained in:
Jan Christian Grünhage 2018-04-17 15:26:44 +01:00
parent 748efaa07f
commit 5bc0e7e8e4

View file

@ -5,5 +5,5 @@ fi
ln -s /config/config.ini.php /matomo/config/config.ini.php
chown ${UID}:${GID} /config /matomo /var/log/php7
chown -R ${UID}:${GID} /config /matomo /var/log/php7
s6-svc -O /etc/s6.d/matomo