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