build(docker): remove the phpunit service
This commit is contained in:
parent
fe6b6d13d8
commit
61ec3db7b3
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue