build: set drupal.docroot

This commit is contained in:
Oliver Davies 2023-03-30 23:19:32 +01:00
parent f66f27232c
commit ff81309464

View file

@ -16,6 +16,9 @@ php:
phpstan: phpstan:
level: max level: max
drupal:
docroot: web
docker-compose: docker-compose:
services: services:
database: ~ database: ~
@ -49,4 +52,3 @@ dockerfile:
- phpcs -vv - phpcs -vv
- phpstan - phpstan
- phpunit --testdox - phpunit --testdox