corrects finger file path
This commit is contained in:
parent
de4b4c2895
commit
cb84bcea69
@ -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"]
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user