corrected docker volumes paths

This commit is contained in:
Ulf Gebhardt 2019-05-08 14:14:21 +02:00
parent e2d2236c1a
commit 7d215739bb
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -12,7 +12,7 @@ services:
context: webapp
target: build-and-test
volumes:
- coverage:webapp/coverage
- ./coverage:./webapp/coverage
environment:
- GRAPHQL_URI=http://backend:4000
backend:
@ -21,7 +21,7 @@ services:
context: backend
target: builder
volumes:
- coverage:backend/coverage
- ./coverage:./backend/coverage
ports:
- 4001:4001
- 4123:4123