diff --git a/infra/feast-operator/Dockerfile b/infra/feast-operator/Dockerfile index 89cc7daac4..ec2c16b4e2 100644 --- a/infra/feast-operator/Dockerfile +++ b/infra/feast-operator/Dockerfile @@ -12,8 +12,6 @@ COPY go.sum go.sum RUN go mod download USER root -# Copy the go source -COPY ["Makefile", "./"] # Copy the go source COPY cmd/ cmd/