Skip to content

Commit

Permalink
add entire repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Feb 13, 2024
1 parent aead9fc commit c60e7ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recover-id-object/scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ FROM ${build_image} AS build

WORKDIR /usr/app/recover-id-object

COPY recover-id-object/Cargo.toml recover-id-object/Cargo.lock .
COPY recover-id-object/src ./src
COPY recover-id-object/* .
COPY deps /usr/app/deps
RUN cargo build --release --locked

Expand Down

0 comments on commit c60e7ce

Please sign in to comment.