From cb84bcea6942475fe52140b81ca26c6dfe731963 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Sat, 14 Dec 2024 09:01:29 -0600 Subject: [PATCH] corrects finger file path --- build-webfinger.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-webfinger.jenkins b/build-webfinger.jenkins index 12715a5..b1bad63 100644 --- a/build-webfinger.jenkins +++ b/build-webfinger.jenkins @@ -56,7 +56,7 @@ COPY --from=builder --chown=app:app /go/src/app/urns.yml /home/app/urns.yaml USER app:app WORKDIR /app/ -ENTRYPOINT ["/app/webfinger", "serve", "--urn-file", "/home/app/urns.yaml", "--host", "0.0.0.0", "--port", "8080", "--finger-file", "/home/app/urns.yaml"] +ENTRYPOINT ["/app/webfinger", "serve", "--urn-file", "/home/app/urns.yaml", "--host", "0.0.0.0", "--port", "8080", "--finger-file", "/home/app/finger.yaml"] """ } }