mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-20 04:54:20 +01:00
Proxy's dockerfile was buggy with wildcard copy
This commit is contained in:
@@ -24,34 +24,12 @@ RUN apk add --update --no-cache \
|
||||
curl \
|
||||
su-exec
|
||||
|
||||
COPY app/data/cyphernode.sql ${HOME}
|
||||
COPY app/data/sqlmigrate* ${HOME}/
|
||||
COPY app/html/statuspage.sh ${HOME}
|
||||
COPY app/script/callbacks_job.sh ${HOME}
|
||||
COPY app/script/blockchainrpc.sh ${HOME}
|
||||
COPY app/script/call_lightningd.sh ${HOME}
|
||||
COPY app/script/bitcoin.sh ${HOME}
|
||||
COPY app/script/ots.sh ${HOME}
|
||||
COPY app/script/requesthandler.sh ${HOME}
|
||||
COPY app/script/watchrequest.sh ${HOME}
|
||||
COPY app/script/walletoperations.sh ${HOME}
|
||||
COPY app/script/confirmation.sh ${HOME}
|
||||
COPY app/script/startproxy.sh ${HOME}
|
||||
COPY app/script/trace.sh ${HOME}
|
||||
COPY app/script/sendtobitcoinnode.sh ${HOME}
|
||||
COPY app/script/responsetoclient.sh ${HOME}
|
||||
COPY app/script/importaddress.sh ${HOME}
|
||||
COPY app/script/sql.sh ${HOME}
|
||||
COPY app/script/computefees.sh ${HOME}
|
||||
COPY app/script/unwatchrequest.sh ${HOME}
|
||||
COPY app/script/getactivewatches.sh ${HOME}
|
||||
COPY app/script/manage_missed_conf.sh ${HOME}
|
||||
COPY app/script/tests.sh ${HOME}
|
||||
COPY app/script/tests-cb.sh ${HOME}
|
||||
COPY --from=cyphernode/clightning:v0.6.2 /usr/bin/lightning-cli ${HOME}
|
||||
|
||||
WORKDIR ${HOME}
|
||||
|
||||
COPY app/data/* ./
|
||||
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 \
|
||||
&& chmod o+w . \
|
||||
&& mkdir db
|
||||
|
||||
Reference in New Issue
Block a user