|
@ -96,6 +96,7 @@ VOLUME [ "/root/.lightning" ] |
|
|
|
|
|
|
|
|
COPY --from=builder /opt/lightningd/cli/lightning-cli /usr/bin |
|
|
COPY --from=builder /opt/lightningd/cli/lightning-cli /usr/bin |
|
|
COPY --from=builder /opt/lightningd/lightningd/lightning* /usr/bin/ |
|
|
COPY --from=builder /opt/lightningd/lightningd/lightning* /usr/bin/ |
|
|
|
|
|
COPY --from=builder /opt/lightningd/plugins/pay /usr/libexec/c-lightning/plugins/ |
|
|
COPY --from=builder /opt/bitcoin/bin /usr/bin |
|
|
COPY --from=builder /opt/bitcoin/bin /usr/bin |
|
|
COPY --from=builder /opt/litecoin/bin /usr/bin |
|
|
COPY --from=builder /opt/litecoin/bin /usr/bin |
|
|
COPY tools/docker-entrypoint.sh entrypoint.sh |
|
|
COPY tools/docker-entrypoint.sh entrypoint.sh |
|
|