build(docker): remove the phpunit service

This commit is contained in:
Oliver Davies 2021-10-24 10:18:52 +01:00
parent fe6b6d13d8
commit 61ec3db7b3

View file

@ -30,15 +30,6 @@ 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: