mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
Installing the Pay plugin in Dockerfile
This commit is contained in:
@@ -96,6 +96,7 @@ VOLUME [ "/root/.lightning" ]
|
||||
|
||||
COPY --from=builder /opt/lightningd/cli/lightning-cli /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/litecoin/bin /usr/bin
|
||||
COPY tools/docker-entrypoint.sh entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user