mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-28 16:54:31 +01:00
Multiple file copy in dockerfile needs slash as dir
This commit is contained in:
@@ -25,7 +25,7 @@ RUN apk add --update --no-cache \
|
|||||||
su-exec
|
su-exec
|
||||||
|
|
||||||
COPY app/data/cyphernode.sql ${HOME}
|
COPY app/data/cyphernode.sql ${HOME}
|
||||||
COPY app/data/sqlmigrate* ${HOME}
|
COPY app/data/sqlmigrate* ${HOME}/
|
||||||
COPY app/html/statuspage.sh ${HOME}
|
COPY app/html/statuspage.sh ${HOME}
|
||||||
COPY app/script/callbacks_job.sh ${HOME}
|
COPY app/script/callbacks_job.sh ${HOME}
|
||||||
COPY app/script/blockchainrpc.sh ${HOME}
|
COPY app/script/blockchainrpc.sh ${HOME}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ RUN apk add --update --no-cache \
|
|||||||
su-exec
|
su-exec
|
||||||
|
|
||||||
COPY app/data/cyphernode.sql ${HOME}
|
COPY app/data/cyphernode.sql ${HOME}
|
||||||
COPY app/data/sqlmigrate* ${HOME}
|
COPY app/data/sqlmigrate* ${HOME}/
|
||||||
COPY app/html/statuspage.sh ${HOME}
|
COPY app/html/statuspage.sh ${HOME}
|
||||||
COPY app/script/callbacks_job.sh ${HOME}
|
COPY app/script/callbacks_job.sh ${HOME}
|
||||||
COPY app/script/blockchainrpc.sh ${HOME}
|
COPY app/script/blockchainrpc.sh ${HOME}
|
||||||
|
|||||||
Reference in New Issue
Block a user