Skip to content

Commit

Permalink
fix: add missing directory to build Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rafatio committed Jun 28, 2024
1 parent 6cebc4f commit 0aa4a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY apis/ apis/
COPY controllers/ controllers/
COPY utils/ utils/
COPY pkg/ pkg/
COPY metrics/ metrics/

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

0 comments on commit 0aa4a3b

Please sign in to comment.