mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
Merge pull request #84 from vinceh121/bugfix/frankenphp-upstream-synology
fix: cherry-pick upstream changes from FrankenPHP
This commit is contained in:
commit
1c7833e080
@ -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 \
|
||||
|
||||
@ -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 "$@"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user