Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit b494d58

Browse files
committed
#21 Copy utils directory to operator image build
1 parent 5e77567 commit b494d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN go mod download
1313
COPY main.go main.go
1414
COPY apis/ apis/
1515
COPY controllers/ controllers/
16+
COPY utils/ utils/
1617

1718
# Build
1819
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager main.go

0 commit comments

Comments
 (0)