mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:14:04 +00:00
5 lines
No EOL
100 B
Bash
Executable file
5 lines
No EOL
100 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# for development
|
|
docker-compose up -d
|
|
docker-compose exec test vendor/bin/phpunit "$@" |