We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b6cdc commit 0af99d4Copy full SHA for 0af99d4
editoast/Dockerfile
@@ -48,6 +48,7 @@ ENV RUSTFLAGS="-Cinstrument-coverage -C target-feature=-crt-static -C link-arg=-
48
ENV LLVM_PROFILE_FILE="editoast-%p-%m.profraw"
49
RUN cargo chef cook --tests --recipe-path recipe.json
50
COPY . .
51
+COPY --from=editoast_assets /assets /editoast/assets
52
53
#######################
54
# Running env : build #
0 commit comments