diff --git a/koel-entrypoint b/koel-entrypoint index cf21cd4..6468caa 100755 --- a/koel-entrypoint +++ b/koel-entrypoint @@ -7,4 +7,4 @@ cd /var/www/html # Run the next entrypoint in the chain. echo "running docker-php-entrypoint with arguments $@" -docker-php-entrypoint $@ +exec docker-php-entrypoint "$@"