This commit is contained in:
kexkey
2018-12-17 14:58:36 -05:00
parent f6c5206909
commit 8d199f8b28

View File

@@ -27,7 +27,7 @@ RUN apk add --update --no-cache \
WORKDIR ${HOME}
COPY app/data/* ./
COPY app/script/* /.
COPY app/script/* ./
COPY --from=cyphernode/clightning:v0.6.2 /usr/bin/lightning-cli .
RUN chmod +x startproxy.sh requesthandler.sh lightning-cli sqlmigrate*.sh \