mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-15 04:44:36 +02:00
FrankenPHP dockerfile is now working
This commit is contained in:
parent
7271c8c6f1
commit
1548b9f8c8
4 changed files with 27 additions and 20 deletions
|
@ -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
|
|
@ -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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue