2
0
Fork 0

Fix COPY binary location

main
Astra 2024-07-31 17:58:11 +01:00
parent 7ad26b1fe1
commit 577d33ac11
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ RUN apk update && \
FROM alpine:latest
COPY --from=builder /go/bin/webfinger /usr/local/bin/webfinger
COPY --from=builder /go/bin/gearheads-webfinger /usr/local/bin/webfinger
CMD ["webfinger"]