Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:dapplink-labs/wallet-chain-node …
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
guoshijiang committed Sep 26, 2024
2 parents 5d6a642 + e1b9faf commit 8b37a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN mkdir /etc/wallet-chain-node

ARG CONFIG=config.yml

COPY --from=builder /wallet-chain-node/wallet-chain-node /usr/local/bin/
COPY --from=builder /wallet-chain-node /usr/local/bin/
COPY --from=builder /wallet-chain-node/${CONFIG} /etc/wallet-chain-node/config.yml

EXPOSE 8189
Expand Down

0 comments on commit 8b37a01

Please sign in to comment.