mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-23 12:24:45 +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
|
@ -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