Skip to content

Commit

Permalink
indexer: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Apr 19, 2024
1 parent 74c0d82 commit 9a09a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ COPY Starklane_ABI.json .
COPY Cargo.toml Cargo.toml
COPY Cargo.lock Cargo.lock
COPY src src
COPY refund refund
# COPY doesn't check if file is present when matching is used
COPY git-versio[n] git-version

RUN cargo install --path .

RUN cargo install --path .
#####
FROM debian:bookworm-slim

Expand Down

0 comments on commit 9a09a0c

Please sign in to comment.