mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-29 05:22:36 +02:00
Include all built Bitcoin Core binaries
This commit is contained in:
parent
b5323712db
commit
296722d234
BIN
0.19/.Dockerfile.swp
Normal file
BIN
0.19/.Dockerfile.swp
Normal file
Binary file not shown.
@ -149,8 +149,7 @@ ENV BITCOIN_PREFIX="/opt/bitcoin-${BITCOIN_VERSION}"
|
|||||||
|
|
||||||
VOLUME /root/.bitcoin
|
VOLUME /root/.bitcoin
|
||||||
|
|
||||||
COPY --from=bitcoin-core "${BITCOIN_PREFIX}/bin/bitcoind" /usr/local/bin/
|
COPY --from=bitcoin-core "${BITCOIN_PREFIX}/bin/" /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