Fix COPY binary location
This commit is contained in:
parent
7ad26b1fe1
commit
577d33ac11
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
Loading…
Add table
Add a link
Reference in a new issue