Hi, I am deploying by building a Docker Image and pulling that after successful building on my server into a docker-compose setup. When my pipelines tries to pull that image it says:
$ docker-compose exec app php artisan storage:link && docker-compose exec app php artisan cache:clearIn SupportFileUploads.php line 17: Class "Mockery" not found
$ docker-compose exec app php artisan storage:link && docker-compose exec app php artisan cache:clearIn SupportFileUploads.php line 17: Class "Mockery" not found