Skip to content

Commit

Permalink
docker: build apps in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo committed Jan 24, 2025
1 parent a9e7d47 commit 7cd55ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY quiche/ ./quiche/

RUN apt-get update && apt-get install -y cmake && rm -rf /var/lib/apt/lists/*

RUN cargo build --manifest-path apps/Cargo.toml
RUN cargo build --release --manifest-path apps/Cargo.toml

##
## quiche-base: quiche image for apps
Expand Down

0 comments on commit 7cd55ff

Please sign in to comment.