Copy resources directory in Docker builds
This commit is contained in:
@@ -46,6 +46,7 @@ RUN cargo chef prepare --recipe-path recipe.json
|
|||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=planner /app/recipe.json recipe.json
|
COPY --from=planner /app/recipe.json recipe.json
|
||||||
|
COPY resources/ resources/
|
||||||
ARG TARGET
|
ARG TARGET
|
||||||
ARG BUILD_ENV
|
ARG BUILD_ENV
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|||||||
Reference in New Issue
Block a user