Hello
I face the Problem that my Docker build command fails if I do not comment out "@php artisan package:discover --ansi" in composer.json. It says that a database connection could not be issued and breaks the docker build process
Is there something I am missing?
I can provide any details if needed.