Skip to content

Commit

Permalink
fix: add npm install before node start
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Aug 13, 2024
1 parent 4ad4b54 commit 949618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ services:
volumes:
- .:/usr/src/app
working_dir: /usr/src/app
command: ["node", "./clients/tests/web/server-regtest.cjs"]
command: ["/bin/sh", "-c", "npm install && node ./clients/tests/web/server-regtest.cjs"]
restart: unless-stopped
depends_on:
- esplora
Expand Down

0 comments on commit 949618b

Please sign in to comment.