From f6aa6458b8309237dec817e8ce98a6b614516ec6 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 9 Dec 2023 22:37:14 +0100 Subject: [PATCH] Try add markdowns folder in container --- Cargo.toml | 2 +- Dockerfile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba3d6c6..a3f2ec8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portfolio" -version = "0.2.1" +version = "0.2.2" edition = "2021" [lib] diff --git a/Dockerfile b/Dockerfile index 94d9121..c143bac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,8 @@ COPY --from=builder /app/target/release/portfolio /app/ COPY --from=builder /app/target/site /app/site # Copy Cargo.toml if it’s needed at runtime COPY --from=builder /app/Cargo.toml /app/ +# Copy all data files +COPY --from=builder /app/markdowns /app/ WORKDIR /app # Set any required env variables and