Multiple file copy in dockerfile needs slash as dir

This commit is contained in:
kexkey
2018-12-17 14:01:48 -05:00
parent 4e41a1e39a
commit 85e9748142
2 changed files with 2 additions and 2 deletions

View File

@@ -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}