fix: binary name

This commit is contained in:
Ludo Galabru
2023-09-01 16:00:05 -04:00
parent 7ec6b5c69c
commit 4950a50381

View File

@@ -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"]