mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-31 11:02:29 +00:00
Fix stage name.
This commit is contained in:
parent
05a38b20cd
commit
feab2630c7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ COPY . .
|
|||
# Compute a lock-like file for our project
|
||||
RUN cargo chef prepare --recipe-path recipe.json
|
||||
|
||||
FROM lukemathwalker/cargo-chef as planner
|
||||
FROM lukemathwalker/cargo-chef as cacher
|
||||
WORKDIR app
|
||||
COPY --from=planner /app/recipe.json recipe.json
|
||||
# Build our project dependencies, not our application!
|
||||
|
|
Loading…
Reference in a new issue