Skip to content

Commit

Permalink
Fix Docker build to use released didkit version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Apr 27, 2023
1 parent d9bf0b8 commit 9b2950b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ FROM chef AS planner
COPY ./defaults.toml ./
COPY ./Cargo.toml ./
COPY ./src/ ./src/
RUN sed -i -e 's/path .*,//g' ./Cargo.toml
RUN cargo chef prepare --recipe-path recipe.json

FROM chef AS builder
Expand Down

0 comments on commit 9b2950b

Please sign in to comment.