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:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
tests:
|
||||
build: ./
|
||||
working_dir: /project
|
||||
command: bash -c "composer install && ./vendor/bin/phpunit -vvv"
|
||||
volumes:
|
||||
- ./:/project
|
Reference in New Issue
Block a user