Skip to content

Commit

Permalink
Update Dockerfile.demo to build with all features enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Nov 13, 2024
1 parent 2c4b79e commit c5dac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.demo
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN trunk build --cargo-profile web-release --release
WORKDIR /usr/src/app

# Build the Rust project
RUN cargo build --release
RUN cargo build --all-features --release

# Prepare the final image
FROM debian:bookworm-slim as runtime
Expand Down

0 comments on commit c5dac0e

Please sign in to comment.