Skip to content

Commit

Permalink
fix: copy cli path
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Dec 6, 2024
1 parent 663ef2e commit ef56328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV GOOS=linux
ENV GOFLAGS="-buildvcs=false -trimpath"
ENV GOARCH=$ARCH

COPY cmd pkg .
COPY cli pkg .
RUN set -eux;\
pkg="$(grep -Po 'module \K.*$' go.mod)/pkg/config"; \
version="$pkg.Version=$VERSION"; \
Expand Down

0 comments on commit ef56328

Please sign in to comment.