Included detailed installation steps and made the Bitcoin node default in stack

This commit is contained in:
kexkey
2018-10-01 13:08:47 -04:00
parent 770fe3fd13
commit 20eac7ef74
4 changed files with 155 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ COPY --chown=proxyuser app/bin/lightning-cli_x86 ${HOME}/lightning-cli
USER ${USERNAME}
WORKDIR ${HOME}
RUN chmod +x startproxy.sh requesthandler.sh \
RUN chmod +x startproxy.sh requesthandler.sh lightning-cli \
&& chmod 600 watcher_btcnode_curlcfg.properties \
&& chmod 600 spender_btcnode_curlcfg.properties \
&& chmod 600 config.properties \