mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-06-05 23:18:57 +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
|
# Compute a lock-like file for our project
|
||||||
RUN cargo chef prepare --recipe-path recipe.json
|
RUN cargo chef prepare --recipe-path recipe.json
|
||||||
|
|
||||||
FROM lukemathwalker/cargo-chef as planner
|
FROM lukemathwalker/cargo-chef as cacher
|
||||||
WORKDIR app
|
WORKDIR app
|
||||||
COPY --from=planner /app/recipe.json recipe.json
|
COPY --from=planner /app/recipe.json recipe.json
|
||||||
# Build our project dependencies, not our application!
|
# Build our project dependencies, not our application!
|
||||||
|
|
Loading…
Reference in a new issue