Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ggera committed Aug 20, 2024
1 parent bf168cf commit 550480d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ WORKDIR /build

ARG FEATURES=default

COPY Cargo.toml Cargo.lock ./
COPY ./src ./src
COPY . .

RUN cargo build --locked --release --features $FEATURES

Expand Down

0 comments on commit 550480d

Please sign in to comment.