Fixed cln directory and some permission issues

This commit is contained in:
kexkey
2018-10-11 16:02:15 -04:00
parent 7f9ebe6bb0
commit 74e4fc9fbf
4 changed files with 8 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ COPY app/bin/lightning-cli_x86 ${HOME}/lightning-cli
WORKDIR ${HOME}
RUN chmod +x startproxy.sh requesthandler.sh lightning-cli \
&& chmod o+w . \
&& mkdir db
VOLUME ["${HOME}/db", "${HOME}/.lightning"]