Skip to content

Commit

Permalink
Added types package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWilkin committed Jun 24, 2023
1 parent 28d48f1 commit d7593cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ COPY go.sum go.sum
RUN go mod download

COPY main.go main.go
COPY collector ./collector

COPY collector collector
COPY types types

ARG GOOS
ARG GOARCH
Expand Down

0 comments on commit d7593cc

Please sign in to comment.