Skip to content

Commit 2d9f02a

Browse files
committed
Fix the the golden file such that it matches the new Dockerfile template.
1 parent cfbe7bd commit 2d9f02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/project/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM golang:1.10.3 as builder
33

44
# Copy in the go src
55
WORKDIR /go/src/sigs.k8s.io/kubebuilder/test/project
6-
COPY pkg/ pkg/
76
COPY cmd/ cmd/
87
COPY vendor/ vendor/
8+
COPY pkg/ pkg/
99

1010
# Build
1111
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager sigs.k8s.io/kubebuilder/test/project/cmd/manager

0 commit comments

Comments
 (0)