Skip to content

Commit

Permalink
build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Dec 13, 2023
1 parent aa53140 commit 7951b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ EOF

FROM debian:bookworm-backports

COPY --from=builder /stacks/target/debug/stacks-node /usr/local/bin/
COPY --from=builder /stacks/target/release/stacks-node /usr/local/bin/
COPY --from=btcpayserver/bitcoin:25.1 /usr/local/bin/bitcoind /usr/local/bin/bitcoin-cli /usr/local/bin/

ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit 7951b47

Please sign in to comment.