From 2968b8474e96a776eb8c4af2fa8134d9922d5d55 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 9 Dec 2023 23:02:52 +0100 Subject: [PATCH] Fix docker image build --- Cargo.toml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3f2ec8..f6d10a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portfolio" -version = "0.2.2" +version = "0.2.3" edition = "2021" [lib] diff --git a/Dockerfile b/Dockerfile index c143bac..c60fb6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ 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/ +COPY --from=builder /app/markdowns /app/markdowns WORKDIR /app # Set any required env variables and