mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:34:02 +00:00
docker->compose -> docker compose
This commit is contained in:
parent
b347af4e4f
commit
8e718ff7b9
1 changed files with 1 additions and 1 deletions
2
test
2
test
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php | grep 'const VERSION'
|
cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php | grep 'const VERSION'
|
||||||
docker-compose exec -T test vendor/bin/phpunit "$@"
|
docker compose exec -T test vendor/bin/phpunit "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue