First draft of the pub/sub notifier

This commit is contained in:
kexkey
2019-05-17 18:29:06 -04:00
committed by kexkey
parent 2c3b28bc84
commit ed71a2ed8f
13 changed files with 231 additions and 19 deletions

View File

@@ -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 . \