mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
another try with relative paths
This commit is contained in:
parent
7d215739bb
commit
3545f1240e
@ -12,7 +12,8 @@ services:
|
|||||||
context: webapp
|
context: webapp
|
||||||
target: build-and-test
|
target: build-and-test
|
||||||
volumes:
|
volumes:
|
||||||
- ./coverage:./webapp/coverage
|
#/nitro-web
|
||||||
|
- ./webapp/coverage:./coverage
|
||||||
environment:
|
environment:
|
||||||
- GRAPHQL_URI=http://backend:4000
|
- GRAPHQL_URI=http://backend:4000
|
||||||
backend:
|
backend:
|
||||||
@ -21,7 +22,7 @@ services:
|
|||||||
context: backend
|
context: backend
|
||||||
target: builder
|
target: builder
|
||||||
volumes:
|
volumes:
|
||||||
- ./coverage:./backend/coverage
|
- ./backend/coverage:./coverage
|
||||||
ports:
|
ports:
|
||||||
- 4001:4001
|
- 4001:4001
|
||||||
- 4123:4123
|
- 4123:4123
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user