mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix wrong path in Dockerfile
This commit is contained in:
parent
e1a113e7e4
commit
a83aad3f60
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user