chown for new volumes, cache and custom

This commit is contained in:
Nicolas Maillat
2020-04-08 00:00:34 +02:00
committed by GitHub
parent 4e546e5a53
commit 8d0e5e7f2d

View File

@@ -6,11 +6,13 @@ envsubst < "docker/phraseanet/php.ini.sample" > /usr/local/etc/php/php.ini
envsubst < "docker/phraseanet/php-fpm.conf.sample" > /usr/local/etc/php-fpm.conf envsubst < "docker/phraseanet/php-fpm.conf.sample" > /usr/local/etc/php-fpm.conf
chown -R app:app \ chown -R app:app \
cache \
config \ config \
datas \ datas \
tmp \ tmp \
logs \ logs \
www/thumbnails www/thumbnails \
www/custom \
FILE=config/configuration.yml FILE=config/configuration.yml