mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 03:31:09 -04:00
bug: fix missing hyphen in setup.sh (#1067)
Co-authored-by: Aramayis <>
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user