Skip to content

Commit

Permalink
fix: re-add test volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiagarms committed Aug 15, 2024
1 parent 9430a37 commit a483a09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/boilerplate/common/boilerplate-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
volumes:
- ./build:/app/build
- ./orchestration/:/app/orchestration:delegated
- ./test/:/app/test:delegated
environment:
BLOCKCHAIN_HOST: ws://ganache
BLOCKCHAIN_PORT: 8545
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
volumes:
- ./build:/app/build
- ./orchestration/:/app/orchestration:delegated
- ./test/:/app/test:delegated
environment:
BLOCKCHAIN_HOST: ws://ganache
BLOCKCHAIN_PORT: 8545
Expand Down Expand Up @@ -44,6 +45,7 @@ services:
volumes:
- ./build:/app/build
- ./orchestration/:/app/orchestration:delegated
- ./test/:/app/test:delegated
environment:
BLOCKCHAIN_HOST: ws://ganache
BLOCKCHAIN_PORT: 8545
Expand Down

0 comments on commit a483a09

Please sign in to comment.