Skip to content

Commit

Permalink
debug: node server start command
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Aug 12, 2024
1 parent cfba041 commit 4ad4b54
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: ["node", "./clients/tests/web/server-regtest.cjs"]
restart: unless-stopped
depends_on:
- esplora
Expand Down

0 comments on commit 4ad4b54

Please sign in to comment.