Skip to content

Commit

Permalink
Merge pull request #4 from caruccio/patch-1
Browse files Browse the repository at this point in the history
Missing trailing '/' for docker build COPY
  • Loading branch information
summerwind authored Aug 31, 2019
2 parents 3705657 + 6f66491 commit 65f251d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN curl -L -o /tmp/download-binaries.sh https://raw.githubusercontent.com/kuber
&& /tmp/download-binaries.sh /usr/local/kubebuilder/bin

WORKDIR /go/src/github.com/summerwind/whitebox-controller
COPY go.mod go.sum .
COPY go.mod go.sum ./
RUN go mod download

COPY . /workspace
Expand Down

0 comments on commit 65f251d

Please sign in to comment.