Aligned with c-lightning official docker using usr local

This commit is contained in:
kexkey
2019-04-26 12:48:42 -04:00
committed by kexkey
parent a758ab8c89
commit ddfca01f16
3 changed files with 4 additions and 4 deletions

View File

@@ -117,8 +117,8 @@ manifest "gatekeeper" \
[ $? -ne 0 ] && echo "Error" && return 1
image_dockers "clightning" "../dockers/c-lightning v0.7.0" ${arch} "Dockerfile.${arch}" \
&& image_dockers "bitcoin" "../dockers/bitcoin-core v0.17.1" ${arch} "Dockerfile.${arch}" \
image_dockers "clightning" "../dockers/c-lightning" "v0.7.0" ${arch} "Dockerfile.${arch}" \
&& image_dockers "bitcoin" "../dockers/bitcoin-core" "v0.17.1" ${arch} "Dockerfile.${arch}" \
&& image_dockers "app_welcome" "../cyphernode_welcome" "${v3}" ${arch} \
&& image_dockers "app_welcome" "../cyphernode_welcome" "${v2}" ${arch} \
&& image_dockers "app_welcome" "../cyphernode_welcome" "${v1}" ${arch} \

View File

@@ -28,7 +28,7 @@ WORKDIR ${HOME}
COPY app/data/* ./
COPY app/script/* ./
COPY --from=cyphernode/clightning:v0.7.0 /usr/bin/lightning-cli ./
COPY --from=cyphernode/clightning:v0.7.0 /usr/local/bin/lightning-cli ./
RUN chmod +x startproxy.sh requesthandler.sh lightning-cli sqlmigrate*.sh waitanyinvoice.sh \
&& chmod o+w . \

View File

@@ -24,7 +24,7 @@ WORKDIR ${HOME}
COPY app/data/* ./
COPY app/script/* ./
COPY --from=cyphernode/clightning:v0.7.0 /usr/bin/lightning-cli ./
COPY --from=cyphernode/clightning:v0.7.0 /usr/local/bin/lightning-cli ./
RUN chmod +x startproxy.sh requesthandler.sh lightning-cli sqlmigrate*.sh waitanyinvoice.sh \
&& chmod o+w . \