File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ VOLUME [ "/root/.lightning" ]
9696
9797COPY --from=builder /opt/lightningd/cli/lightning-cli /usr/bin
9898COPY --from=builder /opt/lightningd/lightningd/lightning* /usr/bin/
99+ COPY --from=builder /opt/lightningd/plugins/pay /usr/libexec/c-lightning/plugins/
99100COPY --from=builder /opt/bitcoin/bin /usr/bin
100101COPY --from=builder /opt/litecoin/bin /usr/bin
101102COPY tools/docker-entrypoint.sh entrypoint.sh
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ services:
103103 - --bitcoin-rpcconnect=bitcoind
104104 - --bitcoin-rpcuser=rpcuser
105105 - --bitcoin-rpcpassword=rpcpass
106+ - --plugin-dir=/usr/libexec/c-lightning/plugins
106107 - --network=testnet
107108 - --alias=myawesomenode
108109 - --log-level=debug
You can’t perform that action at this time.
0 commit comments