mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-03 13:05:26 +01:00
First draft of the pub/sub notifier
This commit is contained in:
@@ -13,6 +13,9 @@ WORKDIR ${HOME}
|
||||
COPY app/data/* ./
|
||||
COPY app/script/* ./
|
||||
COPY --from=cyphernode/clightning:v0.7.0-test /usr/local/bin/lightning-cli ./
|
||||
# COPY --from=eclipse-mosquitto:1.6 /usr/bin/mosquitto_sub ./
|
||||
# COPY --from=eclipse-mosquitto:1.6 /usr/bin/mosquitto_pub ./
|
||||
COPY --from=eclipse-mosquitto:1.6 /usr/bin/mosquitto_rr ./
|
||||
|
||||
RUN chmod +x startproxy.sh requesthandler.sh lightning-cli sqlmigrate*.sh waitanyinvoice.sh \
|
||||
&& chmod o+w . \
|
||||
|
||||
Reference in New Issue
Block a user