diff --git a/docker/phraseanet/entrypoint.sh b/docker/phraseanet/entrypoint.sh index e4b4451062..a0dabfc5fc 100755 --- a/docker/phraseanet/entrypoint.sh +++ b/docker/phraseanet/entrypoint.sh @@ -44,4 +44,13 @@ fi ./docker/phraseanet/plugins/console init +chown -R app:app \ + cache \ + config \ + datas \ + tmp \ + logs \ + www/thumbnails \ + www/custom + bash -e docker-php-entrypoint $@