lnd/docker/bitcoind/Dockerfile

8 lines
199 B
Docker

FROM lightninglabs/bitcoin-core:${BITCOIN_VERSION:-25}
# Copy the start script into the container
COPY start-bitcoind.sh .
# Set execute permissions for the script
RUN chmod +x ./start-bitcoind.sh