Skip to content

Commit

Permalink
fix: copy modules as well
Browse files Browse the repository at this point in the history
  • Loading branch information
astr0n8t committed Aug 27, 2023
1 parent 4bafbfb commit 1fb5ee9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ COPY go.mod go.sum ./
RUN go mod download

COPY *.go ./
# Copy all internal modules
COPY cmd/*.go ./cmd/
COPY config/*.go ./config/
COPY internal/*.go ./internal/
COPY version/*.go ./version/

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 1fb5ee9

Please sign in to comment.