We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad8051 commit 3445461Copy full SHA for 3445461
27.0/Dockerfile
@@ -50,8 +50,6 @@ RUN apt-get update && apt-get install -y \
50
COPY --from=builder /bitcoin/src/bitcoind /usr/local/bin/
51
COPY --from=builder /bitcoin/src/bitcoin-cli /usr/local/bin/
52
53
-COPY bitcoin.conf /root/.bitcoin/bitcoin.conf
54
-
55
VOLUME /root/bitcoin/.bitcoin
56
57
CMD ["bitcoind", "-printtoconsole"]
0 commit comments