We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060fd65 commit d6dc3f7Copy full SHA for d6dc3f7
docker/base-dev.yml
@@ -7,7 +7,7 @@ services:
7
- ${COMPOSE_DIR}/../../:/var/www:cached
8
- ${COMPOSER_HOME}:/root/.composer:cached
9
- ./tmp/behat-output:/app/tests/_output
10
- - tmp/behat-report:/app/tests/_html
+ - ./tmp/behat-report:/app/tests/_html
11
depends_on:
12
- db
13
environment:
0 commit comments