change path
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 41s

This commit is contained in:
continuist 2025-09-19 23:10:34 -04:00
parent 29f979149f
commit 869bec65c9

View file

@ -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