Merge pull request #6941 from tiborvass/use-copy-in-docker-dockerfile
Replace ADD with COPY in Dockerfile
This commit is contained in:
commit
85761b7fdb
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