absolute paths

This commit is contained in:
Ulf Gebhardt 2019-05-08 14:42:25 +02:00
parent 3545f1240e
commit ddb33da045
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -13,7 +13,7 @@ services:
target: build-and-test target: build-and-test
volumes: volumes:
#/nitro-web #/nitro-web
- ./webapp/coverage:./coverage - ./webapp/coverage:/nitro-web/coverage
environment: environment:
- GRAPHQL_URI=http://backend:4000 - GRAPHQL_URI=http://backend:4000
backend: backend:
@ -22,7 +22,7 @@ services:
context: backend context: backend
target: builder target: builder
volumes: volumes:
- ./backend/coverage:./coverage - ./backend/coverage:/nitro-backend/coverage
ports: ports:
- 4001:4001 - 4001:4001
- 4123:4123 - 4123:4123