Skip to content

Commit

Permalink
Dockerfile: Build steel in release mode (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
kskarthik authored Jun 17, 2024
1 parent 6965547 commit a5dc6a4
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 @@ -15,7 +15,7 @@ RUN mkdir -p /lib/steel/

ENV STEEL_HOME="/lib/steel"

RUN cargo build
RUN cargo build --release
RUN cargo install --path crates/cargo-steel-lib

RUN cargo run -- cogs/install.scm
Expand Down

0 comments on commit a5dc6a4

Please sign in to comment.