mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-05 05:55:43 +01:00
Working version of the async pub/sub notifier for callbacks
This commit is contained in:
@@ -13,11 +13,10 @@ 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 ./
|
||||
COPY --from=eclipse-mosquitto /usr/bin/mosquitto_rr /usr/bin/mosquitto_sub /usr/bin/mosquitto_pub /usr/bin/
|
||||
COPY --from=eclipse-mosquitto /usr/lib/libmosquitto* /usr/lib/
|
||||
|
||||
RUN chmod +x startproxy.sh requesthandler.sh lightning-cli sqlmigrate*.sh waitanyinvoice.sh \
|
||||
RUN chmod +x startproxy.sh requesthandler.sh lightning-cli sqlmigrate*.sh waitanyinvoice.sh tests* \
|
||||
&& chmod o+w . \
|
||||
&& mkdir db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user