From bce16511bd423ed9f7e859e8f223c590c3b67e4e Mon Sep 17 00:00:00 2001 From: Theodor Mihalache Date: Tue, 14 Jan 2025 09:47:38 -0500 Subject: [PATCH] Try to fix "/cmd/main.go": no such file or directory Signed-off-by: Theodor Mihalache --- infra/feast-operator/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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/