diff --git a/Dockerfile b/Dockerfile index d9ca0edc..07e17ae9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN go mod download # Copy the go source COPY cmd/ cmd/ COPY internal/ internal/ +COPY pkg/ pkg/ # Build RUN CGO_ENABLED=0 \