fix: cherry-pick upstream changes from FrankenPHP

dab130802e
This commit is contained in:
vinceh121
2025-09-22 20:26:09 +02:00
parent ddc4f3c9ad
commit 0a8695db7d
2 changed files with 0 additions and 5 deletions

View File

@@ -55,9 +55,6 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
php bin/console lexik:jwt:generate-keypair || true
php bin/console app:update-rdap-servers
setfacl -R -m u:www-data:rwX -m u:"$(whoami)":rwX var
setfacl -dR -m u:www-data:rwX -m u:"$(whoami)":rwX var
fi
exec docker-php-entrypoint "$@"