From 06ca6d804c3a4c2ca43651650a2e85b01901f0e8 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Mon, 2 Dec 2024 20:53:45 -0400 Subject: [PATCH] ADD main --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78b02b0..16d4fb2 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/crawler/ + -X main.Aarch=${TARGETARCH}" ./cmd/crawler/main.go FROM alpine AS runner COPY --from=builder /app/bin/crawler /usr/bin/