diff --git a/infra/feast-operator/Dockerfile b/infra/feast-operator/Dockerfile index 6abc0bd55c..08f5878517 100644 --- a/infra/feast-operator/Dockerfile +++ b/infra/feast-operator/Dockerfile @@ -11,6 +11,9 @@ COPY go.sum go.sum # and so that source changes don't invalidate our downloaded layer RUN go mod download +# Copy the go source +COPY ["Makefile", "./"] + # Copy the go source COPY cmd/ cmd/ COPY api/ api/