Try add markdowns folder in container
All checks were successful
deploy / docker (push) Successful in 12m25s
All checks were successful
deploy / docker (push) Successful in 12m25s
This commit is contained in:
parent
4f57cae274
commit
f6aa6458b8
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "portfolio"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue