1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:14:03 +00:00

docker->compose -> docker compose

This commit is contained in:
Samuel Štancl 2024-09-10 12:57:57 +02:00
parent b347af4e4f
commit 8e718ff7b9

2
test
View file

@ -1,4 +1,4 @@
#!/bin/bash
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 "$@"