FrankenPHP dockerfile is now working

This commit is contained in:
Jan Böhmer 2024-03-10 20:22:47 +01:00
parent 7271c8c6f1
commit 1548b9f8c8
4 changed files with 27 additions and 20 deletions

View file

@ -57,5 +57,4 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
setfacl -dR -m u:www-data:rwX -m u:"$(whoami)":rwX var
fi
#exec docker-php-entrypoint "$@"
exec "$@"
exec docker-php-entrypoint "$@"