We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbe7bd commit 2d9f02aCopy full SHA for 2d9f02a
test/project/Dockerfile
@@ -3,9 +3,9 @@ FROM golang:1.10.3 as builder
3
4
# Copy in the go src
5
WORKDIR /go/src/sigs.k8s.io/kubebuilder/test/project
6
-COPY pkg/ pkg/
7
COPY cmd/ cmd/
8
COPY vendor/ vendor/
+COPY pkg/ pkg/
9
10
# Build
11
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager sigs.k8s.io/kubebuilder/test/project/cmd/manager
0 commit comments