build(docker): add a phpunit service

This commit is contained in:
Oliver Davies 2021-10-05 18:09:57 +01:00
parent 0c5314514f
commit ba935d861c

View file

@ -30,6 +30,15 @@ services:
environment:
VIRTUAL_HOST: oliverdavies.localhost
phpunit:
build:
context: .
dockerfile: tools/docker/images/Dockerfile
target: app
volumes:
- .:/app
entrypoint: ["phpunit"]
assets:
image: node:14
volumes: