This commit is contained in:
Nicolas Maillat
2020-07-06 17:15:57 +02:00
committed by GitHub
parent 5525b1da79
commit 3f47636094

View File

@@ -58,7 +58,7 @@ chown -R app:app \
www
if [ -d "plugins/" ];then
chown -R app:app plugin;
chown -R app:app plugins;
fi
bash -e docker-php-entrypoint $@