Skip to content

Commit

Permalink
bug: fix missing hyphen in setup.sh (#1067)
Browse files Browse the repository at this point in the history
Co-authored-by: Aramayis <>
  • Loading branch information
daramayis authored Oct 13, 2022
1 parent 38c4b9e commit 3d0b89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

docker compose exec app composer config --no-plugins allow-plugins.pestphp/pest-plugin true
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 3d0b89b

Please sign in to comment.