From a84c4f81560565e0da6f061d99c9fdc6f21af655 Mon Sep 17 00:00:00 2001 From: Theodor Mihalache Date: Fri, 10 Jan 2025 15:21:31 -0500 Subject: [PATCH] Try to fix "/cmd/main.go": no such file or directory Signed-off-by: Theodor Mihalache --- infra/feast-operator/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/feast-operator/Dockerfile b/infra/feast-operator/Dockerfile index 341aeb497d..6abc0bd55c 100644 --- a/infra/feast-operator/Dockerfile +++ b/infra/feast-operator/Dockerfile @@ -12,9 +12,9 @@ COPY go.sum go.sum RUN go mod download # Copy the go source -COPY cmd/main.go cmd/main.go +COPY cmd/ cmd/ COPY api/ api/ -COPY internal/controller/ internal/controller/ +COPY internal/ internal/ # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command