Merge pull request #84 from vinceh121/bugfix/frankenphp-upstream-synology

fix: cherry-pick upstream changes from FrankenPHP
This commit is contained in:
Maël Gangloff 2025-09-22 20:42:02 +02:00 committed by GitHub
commit 1c7833e080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

View File

@ -17,9 +17,7 @@ VOLUME /app/var/
# persistent / runtime deps
# hadolint ignore=DL3008
RUN apt-get update && apt-get install -y --no-install-recommends \
acl \
file \
gettext \
libicu-dev \
libzip-dev \
unzip \

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 "$@"