Skip to content

Commit

Permalink
Patch setup.sh script to deploy without plugins error. (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
albeanski authored Sep 13, 2022
1 parent 7be59e7 commit 38c4b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose/setup.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 38c4b9e

Please sign in to comment.