=> Failed to build the preview
Error: Symfony console failed with exit status 127:
CMD: 'php' 'bin/console' 'debug:container' '--parameter=kernel.project_dir' '--format=json' '-v'
Output:
Error output: /bin/sh: 1: php: not found
Seems like php executable is hardcoded and there is no way to launch this properly on docker. I was unable to find information on docs how to resolve this, but this is a major blocker.