This commit is contained in:
parent
f6aa6458b8
commit
2968b8474e
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "portfolio"
|
name = "portfolio"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -33,7 +33,7 @@ COPY --from=builder /app/target/site /app/site
|
||||||
# Copy Cargo.toml if it’s needed at runtime
|
# Copy Cargo.toml if it’s needed at runtime
|
||||||
COPY --from=builder /app/Cargo.toml /app/
|
COPY --from=builder /app/Cargo.toml /app/
|
||||||
# Copy all data files
|
# Copy all data files
|
||||||
COPY --from=builder /app/markdowns /app/
|
COPY --from=builder /app/markdowns /app/markdowns
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Set any required env variables and
|
# Set any required env variables and
|
||||||
|
|
Loading…
Reference in a new issue