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

@ -11,3 +11,8 @@ opcache.interned_strings_buffer = 16
opcache.max_accelerated_files = 20000
opcache.memory_consumption = 256
opcache.enable_file_override = 1
memory_limit = 256M
upload_max_filesize=256M
post_max_size=300M

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