Skip to content

Commit 73ad7c7

Browse files
committed
fix osbuilder
1 parent 7b65c48 commit 73ad7c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN go mod download
1313
COPY main.go main.go
1414
COPY api/ api/
1515
COPY controllers/ controllers/
16+
COPY pkg/ pkg/
1617

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

0 commit comments

Comments
 (0)