mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Patch setup.sh script to deploy without plugins error. (#1034)
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker compose exec app composer config --no-plugins allow-plugins.pestphp/pest-plugin true
|
||||
docker-compose exec app composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||
|
||||
docker-compose exec app php artisan storage:link || true
|
||||
|
||||
Reference in New Issue
Block a user