Fix wrong path in Dockerfile

This commit is contained in:
Robert Schäfer 2019-05-29 16:00:45 +02:00
parent e1a113e7e4
commit a83aad3f60

View File

@ -7,5 +7,5 @@ RUN apk upgrade --update
RUN apk add --no-cache mongodb-tools openssh nodejs yarn rsync
COPY known_hosts /root/.ssh/known_hosts
COPY migration ./migration
COPY migration /migration
COPY ./binaries/* /usr/local/bin/