Skip to content

Commit

Permalink
fix: binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Sep 1, 2023
1 parent 7ec6b5c commit 4950a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/components/ordhook.dockerfile
Expand Up @@ -22,8 +22,8 @@ FROM debian:bullseye-slim

RUN apt update && apt install -y ca-certificates libssl-dev

COPY --from=build /out/ordhook /bin/hord
COPY --from=build /out/ordhook /bin/ordhook

WORKDIR /workspace

ENTRYPOINT ["hord"]
ENTRYPOINT ["ordhook"]

0 comments on commit 4950a50

Please sign in to comment.