mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 04:44: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
test
2
test
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# --columns doesn't seem to work at the moment, so we're setting it using an environment variable
|
||||
docker-compose exec -e COLUMNS=$(tput cols) -T test vendor/bin/pest --colors=always "$@"
|
||||
docker compose exec -e COLUMNS=$(tput cols) -T test vendor/bin/pest --colors=always "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue