Skip to content

Commit 73ad612

Browse files
author
Ludo Galabru
committed
fix: dockerfile
1 parent da21ec4 commit 73ad612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/components/hord.dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ RUN mkdir /out
1616

1717
RUN cargo build --features release --release
1818

19-
RUN cp target/release/ordhook /out
19+
RUN cp target/release/ordhook-cli /out
2020

2121
FROM debian:bullseye-slim
2222

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

25-
COPY --from=build /out/ordhook /bin/hord
25+
COPY --from=build /out/ordhook-cli /bin/hord
2626

2727
WORKDIR /workspace
2828

0 commit comments

Comments
 (0)