updates command
This commit is contained in:
parent
d0d543ff26
commit
de4b4c2895
@ -51,11 +51,12 @@ FROM scratch
|
||||
COPY --from=certHost /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=builder /etc/passwd /etc/group /etc/
|
||||
COPY --from=builder --chown=app:app /go/src/app/webfinger /app/webfinger
|
||||
COPY --from=builder --chown=app:app /go/src/app/urns.yml /home/app/urns.yaml
|
||||
|
||||
USER app:app
|
||||
WORKDIR /app/
|
||||
|
||||
ENTRYPOINT ["/app/webfinger", "--finger-file", "/home/app/config/fingers.yml"]
|
||||
ENTRYPOINT ["/app/webfinger", "serve", "--urn-file", "/home/app/urns.yaml", "--host", "0.0.0.0", "--port", "8080", "--finger-file", "/home/app/urns.yaml"]
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user