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

2
t
View file

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