Skip to content

Commit

Permalink
make sure license is in image
Browse files Browse the repository at this point in the history
  • Loading branch information
mjholder committed May 2, 2024
1 parent 096c74f commit 1c90a5d
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 @@ -37,6 +37,7 @@ RUN go mod download
COPY main.go main.go
COPY api/ api/
COPY controllers/ controllers/
COPY licenses/ licenses/

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

0 comments on commit 1c90a5d

Please sign in to comment.