From 577d33ac11fc0074235f71e8e65cc24cbc85b83b Mon Sep 17 00:00:00 2001 From: astra Date: Wed, 31 Jul 2024 17:58:11 +0100 Subject: [PATCH] Fix COPY binary location --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1f3ddcd..abc6635 100644 --- a/Containerfile +++ b/Containerfile @@ -9,6 +9,6 @@ RUN apk update && \ FROM alpine:latest -COPY --from=builder /go/bin/webfinger /usr/local/bin/webfinger +COPY --from=builder /go/bin/gearheads-webfinger /usr/local/bin/webfinger CMD ["webfinger"] \ No newline at end of file