Skip to content

Commit da21ec4

Browse files
author
Ludo Galabru
committed
fix: dockerfile
1 parent 90db9c3 commit da21ec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dockerfiles/components/hord.dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RUN rustup update 1.67.0 && rustup default 1.67.0
88

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

11+
COPY ./components/ordhook-core /src/components/ordhook-core
12+
1113
WORKDIR /src/components/ordhook-cli
1214

1315
RUN mkdir /out

0 commit comments

Comments
 (0)