1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-08 21:20:46 +02:00

Add docker test environment

This commit is contained in:
Oliver Vogel
2023-09-28 17:48:25 +02:00
parent f44205538b
commit 84d46278f7
2 changed files with 44 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '3'
services:
tests:
build: ./
working_dir: /project
command: bash -c "composer install && ./vendor/bin/phpunit -vvv"
volumes:
- ./:/project