Skip to content

Commit 5dfc624

Browse files
committed
Dockerfile: fix - add version package
1 parent f375416 commit 5dfc624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN go mod download
1212
# Copy the go source
1313
COPY main.go main.go
1414
COPY pkg/ pkg/
15+
COPY version/ version/
1516

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

0 commit comments

Comments
 (0)