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