mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 09:05:13 +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
|
||||
|
||||
COPY app/data/cyphernode.sql ${HOME}
|
||||
COPY app/data/sqlmigrate* ${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}
|
||||
|
||||
Reference in New Issue
Block a user