Skip to content

Commit 7e9d8cd

Browse files
switched to prod yml
1 parent d6dc3f7 commit 7e9d8cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/base-dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ services:
66
volumes:
77
- ${COMPOSE_DIR}/../../:/var/www:cached
88
- ${COMPOSER_HOME}:/root/.composer:cached
9-
- ./tmp/behat-output:/app/tests/_output
10-
- ./tmp/behat-report:/app/tests/_html
119
depends_on:
1210
- db
1311
environment:

docker/base-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ services:
6565
- backend
6666

6767
volumes:
68+
- behat-output:/app/tests/_output
69+
- behat-report:/app/tests/_html
6870
vardir:
6971
dbdump:
7072

0 commit comments

Comments
 (0)