mjawad096 / laravel-grapesjs

This package provide an esay way to integrate GrapesJS into your laravel proejct.
MIT License
107 stars 54 forks source link

Database Connection needed during docker build #77

Open jackserippi opened 1 year ago

jackserippi commented 1 year ago

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.