corrects finger file path

This commit is contained in:
Hyatt 2024-12-14 09:01:29 -06:00
parent de4b4c2895
commit cb84bcea69
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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