Skip to content

Commit

Permalink
Fix Dockerfile. Adds internal package.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Jun 10, 2022
1 parent e1fe4b8 commit 8dee663
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 @@ -13,6 +13,7 @@ RUN go mod download
COPY main.go main.go
COPY apis/ apis/
COPY controllers/ controllers/
COPY internal/ internal/

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

0 comments on commit 8dee663

Please sign in to comment.