Skip to content

Commit

Permalink
update for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Oct 20, 2024
1 parent 05f34f1 commit 1aa7b4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/bitcoin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ RUN set -ex \

WORKDIR /bitcoind

ENTRYPOINT ["bitcoind"]
COPY entrypoint.sh /entrypoint.sh
COPY setup-wallet.sh /setup-wallet.sh

ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

0 comments on commit 1aa7b4b

Please sign in to comment.