Skip to content

Commit

Permalink
Build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Sep 13, 2023
1 parent b077027 commit 732cdc1
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 @@ -2,7 +2,7 @@ FROM rust:1.72 as builder
WORKDIR /whatwg/html-build
COPY Cargo.lock Cargo.toml ./
COPY src ./src/
RUN cargo install --path .
RUN cargo install --path . --release

FROM debian:stable-slim
RUN apt-get update && \
Expand Down

0 comments on commit 732cdc1

Please sign in to comment.