Skip to content

Commit 9ab1452

Browse files
committed
build: fix .cargo copy
1 parent f6c3b90 commit 9ab1452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ SHELL ["/bin/bash", "-o", "pipefail","-e", "-x", "-c"]
332332

333333
WORKDIR /platform
334334

335-
COPY --from=build-planner --parents /platform/recipe.json /platform/.cargo /platform/
335+
COPY --from=build-planner --parents /platform/recipe.json /platform/.cargo /
336336

337337
# Build dependencies - this is the caching Docker layer!
338338
RUN --mount=type=cache,sharing=shared,id=cargo_registry_index,target=${CARGO_HOME}/registry/index \
@@ -424,7 +424,7 @@ FROM deps AS build-js
424424

425425
WORKDIR /platform
426426

427-
COPY --from=build-planner --parents /platform/recipe.json recipe.json
427+
COPY --from=build-planner /platform/recipe.json recipe.json
428428

429429
# Build dependencies - this is the caching Docker layer!
430430
RUN --mount=type=cache,sharing=shared,id=cargo_registry_index,target=${CARGO_HOME}/registry/index \

0 commit comments

Comments
 (0)