Copy resources directory in Docker builds

This commit is contained in:
mdecimus
2025-06-25 16:34:50 +02:00
parent 2fcdc186c7
commit 1d9114de7b

View File

@@ -46,6 +46,7 @@ RUN cargo chef prepare --recipe-path recipe.json
FROM base AS builder
WORKDIR /app
COPY --from=planner /app/recipe.json recipe.json
COPY resources/ resources/
ARG TARGET
ARG BUILD_ENV
SHELL ["/bin/bash", "-o", "pipefail", "-c"]