Skip to content

Commit

Permalink
Merge pull request #9 from lexara-prime-ai/dev
Browse files Browse the repository at this point in the history
Updated docker config.
  • Loading branch information
irfanghat authored Jul 10, 2024
2 parents 8552b30 + cd762e6 commit 8cea560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN cargo install cargo-chef --locked

FROM chef AS planner

COPY . .
COPY ./rust .

RUN cargo chef prepare --recipe-path recipe.json

Expand All @@ -16,7 +16,7 @@ COPY --from=planner /render_cdk/recipe.json recipe.json

RUN cargo chef cook --release --recipe-path recipe.json

COPY . .
COPY ./rust .

RUN cargo build --release

Expand Down

0 comments on commit 8cea560

Please sign in to comment.