diff --git a/Dockerfile b/Dockerfile index 8c5af60..adf73e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN go mod download # Copy the go source COPY cmd/main.go cmd/main.go COPY internal/controller/ internal/controller/ +COPY pkg/notifier/ pkg/notifier/ # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command