We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d572404 commit adaa1f2Copy full SHA for adaa1f2
frankenphp/docker-entrypoint.sh
@@ -55,6 +55,8 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
55
56
setfacl -R -m u:www-data:rwX -m u:"$(whoami)":rwX var
57
setfacl -dR -m u:www-data:rwX -m u:"$(whoami)":rwX var
58
+
59
+ echo 'PHP app ready!'
60
fi
61
62
exec docker-php-entrypoint "$@"
0 commit comments