feat: print message when docker-entrypoint finishes (#703)
Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
This commit is contained in:
parent
d572404fa3
commit
adaa1f20cf
@ -55,6 +55,8 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
|
||||
|
||||
setfacl -R -m u:www-data:rwX -m u:"$(whoami)":rwX var
|
||||
setfacl -dR -m u:www-data:rwX -m u:"$(whoami)":rwX var
|
||||
|
||||
echo 'PHP app ready!'
|
||||
fi
|
||||
|
||||
exec docker-php-entrypoint "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user