Skip to content

Commit

Permalink
fix: node server volume
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Aug 9, 2024
1 parent 092ca0c commit 0a6ec82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ services:
image: node:20.12.2
container_name: node-server
volumes:
- node-server-data:/usr/src/app
- .:/usr/src/app
working_dir: /usr/src/app
command: ["node", "./clients/tests/web/server-regtest.cjs"]
depends_on:
Expand All @@ -180,5 +180,3 @@ volumes:
electrs-data:
alice-data:
bob-data:
esplora-data:
node-server-data:

0 comments on commit 0a6ec82

Please sign in to comment.