Skip to content

Commit

Permalink
Merge pull request #770 from aiven/rriski-fix-dockerfile-copy
Browse files Browse the repository at this point in the history
fix(dockerfile): copy utils/ to image
  • Loading branch information
rriski authored Jun 25, 2024
2 parents 5ead138 + 18554d7 commit 616ce3d
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 api/ api/
COPY controllers/ controllers/
COPY utils/ utils/

# Build
ARG TARGETOS
Expand Down

0 comments on commit 616ce3d

Please sign in to comment.