diff --git a/infra/feast-operator/Dockerfile b/infra/feast-operator/Dockerfile index ad6ac7eaaa..bfaa646fa5 100644 --- a/infra/feast-operator/Dockerfile +++ b/infra/feast-operator/Dockerfile @@ -10,6 +10,8 @@ COPY go.sum go.sum # and so that source changes don't invalidate our downloaded layer RUN go mod download +RUN ls && echo 111 + # Copy the go source COPY cmd/main.go cmd/main.go COPY api/ api/