Update
This commit is contained in:
parent
2b65b6a1c5
commit
f13c9c905f
15 changed files with 322 additions and 981 deletions
|
@ -3,7 +3,7 @@ WORKDIR /usr/src/backend
|
|||
|
||||
FROM chef as planner
|
||||
RUN mkdir src && touch src/main.rs
|
||||
COPY ./Cargo.toml .
|
||||
COPY ./Cargo.toml ./Cargo.lock ./
|
||||
RUN cargo chef prepare --recipe-path recipe.json
|
||||
|
||||
FROM chef as builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue