Patch setup.sh script to deploy without plugins error. (#1034)

This commit is contained in:
albeanski
2022-09-13 05:22:51 -04:00
committed by GitHub
parent 7be59e78e0
commit 38c4b9ebce

View File

@ -1,5 +1,6 @@
#!/bin/sh #!/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 composer install --no-interaction --prefer-dist --optimize-autoloader
docker-compose exec app php artisan storage:link || true docker-compose exec app php artisan storage:link || true