From b306e432f7be656d3f978f4dccaccbb4fc11cbfb Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Mon, 2 Dec 2024 20:45:00 -0400 Subject: [PATCH] ADD correct main path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97f209a..78b02b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN go build -o bin/crawler \ -ldflags "-X main.Shortsha=${SHORTSHA} \ -X main.Version=${version} \ - -X main.Aarch=${TARGETARCH}" ./cmd + -X main.Aarch=${TARGETARCH}" ./cmd/crawler/ FROM alpine AS runner COPY --from=builder /app/bin/crawler /usr/bin/