No input file specified 8.3 PHP 8 Ubuntu

No input file specified.

Ubuntu 22.04
PHP 8.0.29
SuiteCRM 8.3

cli installer:

root@crm-fra1-01:/var/www/crm# ./bin/console suitecrm:app:install
Please enter the db username: root
Please enter the db password:
Please enter the db host: 127.0.0.1
Please enter the db name: suitecrm
Please enter the admin username: suitecmuser
Please enter the admin password:
Please enter the suite 8 address (e.g. https://<your_host/): myHost

SuiteCRM Silent Install

Running: check-install-lock
step: check-install-lock | status: done
Installer not locked. Proceeding with install
Running: check-db-connection
step: check-db-connection | status: done
DB credentials ok
Running: install-system-checks
step: install-system-checks | status: done
Running: create-config
step: create-config | status: done
Created silent install config: config_si.php
Running: create-env
step: create-env | status: done
Created.env.local
Running: run-legacy-install
step: run-legacy-install | status: done
Legacy install successful

============

But i get: No input file specified.

The directorys content looks als follows.

-rw-r–r-- 1 nginx nginx 34539 Jul 3 09:29 LICENSE.txt
-rw-r–r-- 1 nginx nginx 3765 Jul 3 09:29 README.md
-rw-r–r-- 1 nginx nginx 6 Jul 3 09:29 VERSION
-rw-r–r-- 1 nginx nginx 16459 Jul 3 09:29 angular.json
drwxr-sr-x 2 nginx nginx 4096 Jul 3 09:29 bin
drwxr-sr-x 3 nginx nginx 4096 Jul 3 09:52 cache
-rw-r–r-- 1 nginx nginx 5845 Jul 3 09:29 composer.json
-rw-r–r-- 1 nginx nginx 599359 Jul 3 09:29 composer.lock
drwxr-sr-x 6 nginx nginx 4096 Jul 3 09:29 config
drwxr-sr-x 5 nginx nginx 4096 Jul 3 09:29 core
drwxr-sr-x 3 nginx nginx 4096 Jul 3 09:29 extensions
-rw-r–r-- 1 nginx nginx 850015 Jul 3 09:29 files.md5
drwxr-sr-x 3 nginx nginx 4096 Jul 18 15:43 logs
-rw-r–r-- 1 nginx nginx 4009 Jul 3 09:29 package.json
-rw-r–r-- 1 nginx nginx 112 Jul 3 09:29 proxy.conf.env.json
drwxr-sr-x 6 nginx nginx 4096 Jul 18 15:34 public
-rw-r–r-- 1 nginx nginx 23677 Jul 3 09:30 symfony.lock
-rw-r–r-- 1 nginx nginx 818 Jul 3 09:30 tsconfig.json
-rw-r–r-- 1 nginx nginx 3185 Jul 3 09:30 tslint.json
drwxr-sr-x 58 nginx nginx 4096 Jul 3 09:50 vendor
-rw-r–r-- 1 nginx nginx 513866 Jul 3 09:30 yarn.lock

First of all, there is nothing here that nginx could run. There is public/ with an index.php and a .htaccess that can also be executed. However, not with the desired result.

Any hints for me?