Update run

This commit is contained in:
peaklabs-dev
2024-11-13 19:14:13 +01:00
parent 689396fa47
commit 5809623bb9

View File

@@ -24,7 +24,7 @@ function logs {
docker exec -t coolify tail -f storage/logs/laravel.log
}
function test {
docker exec -t coolify php artisan test --testsuite=Feature
docker exec -t coolify php artisan test --testsuite=Feature -p
}
function sync:bunny {