Skip to content

Commit

Permalink
fix: mount entire node-cosmos package
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Dec 20, 2022
1 parent 81509e4 commit 9672055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
CHAIN_ID: "fetchchain"
volumes:
- ./:/app
- ./docker/node-cosmos/package.json:/usr/local/lib/node_modules/@subql/node-cosmos/package.json
- ./docker/node-cosmos:/usr/local/lib/node_modules/@subql/node-cosmos
- ./docker/types-cosmos:/usr/local/lib/node_modules/@subql/node-cosmos/node_modules/@subql/types-cosmos
command:
- -f=/app
Expand Down

0 comments on commit 9672055

Please sign in to comment.