mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-25 03:22:30 +02:00
Only copy bitcoind and bitcoin-cli binaries from bitcoin-core build stage
This commit is contained in:
parent
cc780e86b3
commit
3872cb270c
@ -150,7 +150,8 @@ ENV PATH="${BITCOIN_PREFIX}/bin:$PATH"
|
|||||||
|
|
||||||
VOLUME /root/.bitcoin
|
VOLUME /root/.bitcoin
|
||||||
|
|
||||||
COPY --from=bitcoin-core /opt /opt
|
COPY --from=bitcoin-core "${BITCOIN_PREFIX}/bin/bitcoind" /usr/local/bin/
|
||||||
|
COPY --from=bitcoin-core "${BITCOIN_PREFIX}/bin/bitcoin-cli" /usr/local/bin/
|
||||||
|
|
||||||
# REST interface
|
# REST interface
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
Loading…
Reference in New Issue
Block a user