Skip to content

Commit

Permalink
docs: update deployment.md (#1898)
Browse files Browse the repository at this point in the history
[email protected] changes the file structure under target folder
  • Loading branch information
quanhua92 authored Oct 15, 2023
1 parent 8eed999 commit d6a9d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN cargo leptos build --release -vv

FROM rustlang/rust:nightly-bullseye as runner
# Copy the server binary to the /app directory
COPY --from=builder /app/target/server/release/leptos_start /app/
COPY --from=builder /app/target/release/leptos-start /app/
# /target/site contains our JS/WASM/CSS, etc.
COPY --from=builder /app/target/site /app/site
# Copy Cargo.toml if it’s needed at runtime
Expand Down

0 comments on commit d6a9d2e

Please sign in to comment.