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"]
 """
                 }
             }