Skip to content

Commit

Permalink
chore: fix Dockerfile (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy authored Jul 6, 2024
1 parent f950333 commit 26981cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ WORKDIR /usr/src/freighter

COPY Cargo.toml .
COPY Cargo.lock .
COPY .cargo/ .cargo
COPY crates/ crates

RUN cargo install --path crates/freighter --features filesystem-index-backend --features cloudflare-auth-backend
Expand Down

0 comments on commit 26981cb

Please sign in to comment.