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