This commit is contained in:
parent
29f979149f
commit
869bec65c9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /app
|
|||
FROM base AS planner
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends pkg-config libssl-dev ca-certificates && rm -rf /var/lib/apt/lists/*
|
||||
RUN cargo install --locked cargo-chef
|
||||
COPY . .
|
||||
COPY backend/ .
|
||||
RUN cargo chef prepare --recipe-path recipe.json
|
||||
|
||||
# Deps: compile only external crates
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue