mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Replace ADD with COPY in Dockerfile
Docker-DCO-1.1-Signed-off-by: Tibor Vass <teabee89@gmail.com> (github: tiborvass)
This commit is contained in:
parent
31f0cc04ec
commit
457166295c
1 changed files with 1 additions and 1 deletions
|
@ -101,4 +101,4 @@ ENV DOCKER_BUILDTAGS apparmor selinux
|
|||
ENTRYPOINT ["hack/dind"]
|
||||
|
||||
# Upload docker source
|
||||
ADD . /go/src/github.com/dotcloud/docker
|
||||
COPY . /go/src/github.com/dotcloud/docker
|
||||
|
|
Loading…
Add table
Reference in a new issue