1
0
Fork 0
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:
Samuel Štancl 2024-10-11 21:29:54 +02:00
parent a52efe5cf0
commit 43d821ca49
5 changed files with 34 additions and 51 deletions

2
test
View file

@ -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 "$@"