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

Co-authored-by: Aramayis <>
This commit is contained in:
Aramayis
2022-10-13 23:40:07 +05:30
committed by GitHub
co-authored by Aramayis <>
parent 38c4b9ebce
commit 3d0b89bb4d
+1 -1
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