mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:04:03 +00:00
docker: base Dockerfile on php images, misc improvements
This commit is contained in:
parent
a52efe5cf0
commit
43d821ca49
5 changed files with 34 additions and 51 deletions
2
t
2
t
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker-compose exec -e COLUMNS=$(tput cols) -T test vendor/bin/pest --color=always --no-coverage --filter "$@"
|
||||
docker compose exec -e COLUMNS=$(tput cols) -T test vendor/bin/pest --color=always --no-coverage --filter "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue