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 90db9c3 commit da21ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/components/hord.dockerfile
Expand Up @@ -8,6 +8,8 @@ RUN rustup update 1.67.0 && rustup default 1.67.0

COPY ./components/ordhook-cli /src/components/ordhook-cli

COPY ./components/ordhook-core /src/components/ordhook-core

WORKDIR /src/components/ordhook-cli

RUN mkdir /out
Expand Down

0 comments on commit da21ec4

Please sign in to comment.