Skip to content

Commit

Permalink
Add missing volume mount to docker-compose to fix codecov reports (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipstanislaus authored and vimukthi-git committed Sep 18, 2019
1 parent aa64a15 commit 4492d14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
ipv4_address: 172.42.0.99
environment:
- RPC_URL=http://172.42.0.2:9933
volumes:
- "$PWD/shared:/go/src/github.com/centrifuge/go-substrate-rpc-client/shared"
networks:
gsrpc-network:
ipam:
Expand Down

0 comments on commit 4492d14

Please sign in to comment.