mirror of https://github.com/docker/docs.git
Merge pull request #2914 from cyphar/fix-dockerfile
Dockerfile: use COPY
This commit is contained in:
commit
e42734f2aa
|
@ -9,5 +9,5 @@ RUN go get github.com/golang/lint/golint \
|
||||||
ENV USER root
|
ENV USER root
|
||||||
WORKDIR /go/src/github.com/docker/machine
|
WORKDIR /go/src/github.com/docker/machine
|
||||||
|
|
||||||
ADD . /go/src/github.com/docker/machine
|
COPY . /go/src/github.com/docker/machine
|
||||||
RUN mkdir bin
|
RUN mkdir bin
|
||||||
|
|
Loading…
Reference in New Issue