build(docker): add a phpunit service
This commit is contained in:
parent
0c5314514f
commit
ba935d861c
|
@ -30,6 +30,15 @@ services:
|
||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: oliverdavies.localhost
|
VIRTUAL_HOST: oliverdavies.localhost
|
||||||
|
|
||||||
|
phpunit:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: tools/docker/images/Dockerfile
|
||||||
|
target: app
|
||||||
|
volumes:
|
||||||
|
- .:/app
|
||||||
|
entrypoint: ["phpunit"]
|
||||||
|
|
||||||
assets:
|
assets:
|
||||||
image: node:14
|
image: node:14
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue