Skip to content

Commit adaa1f2

Browse files
tcochdunglas
andauthored
feat: print message when docker-entrypoint finishes (#703)
Co-authored-by: Kévin Dunglas <[email protected]>
1 parent d572404 commit adaa1f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frankenphp/docker-entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
5555

5656
setfacl -R -m u:www-data:rwX -m u:"$(whoami)":rwX var
5757
setfacl -dR -m u:www-data:rwX -m u:"$(whoami)":rwX var
58+
59+
echo 'PHP app ready!'
5860
fi
5961

6062
exec docker-php-entrypoint "$@"

0 commit comments

Comments
 (0)