diff --git a/infra/feast-operator/Dockerfile b/infra/feast-operator/Dockerfile index ec2c16b4e2..8ca077dd4a 100644 --- a/infra/feast-operator/Dockerfile +++ b/infra/feast-operator/Dockerfile @@ -13,6 +13,8 @@ RUN go mod download USER root +RUN ls && echo sdfljsdfljksdfljk + # Copy the go source COPY cmd/ cmd/ COPY api/ api/