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:
Tibor Vass 2014-07-09 17:05:51 -04:00
parent 31f0cc04ec
commit 457166295c
1 changed files with 1 additions and 1 deletions

View File

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