mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
parent
ddc4f3c9ad
commit
0a8695db7d
@ -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