bug: fix missing hyphen in setup.sh (#1067)

Co-authored-by: Aramayis <>
This commit is contained in:
Aramayis
2022-10-13 22:10:07 +04:00
committed by GitHub
parent 38c4b9ebce
commit 3d0b89bb4d

View File

@ -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