Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Aug 21, 2023
1 parent da21ec4 commit 73ad612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/components/hord.dockerfile
Expand Up @@ -16,13 +16,13 @@ RUN mkdir /out

RUN cargo build --features release --release

RUN cp target/release/ordhook /out
RUN cp target/release/ordhook-cli /out

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-cli /bin/hord

WORKDIR /workspace

Expand Down

0 comments on commit 73ad612

Please sign in to comment.