Skip to content

Commit

Permalink
fix: indexer docker (#1061)
Browse files Browse the repository at this point in the history
fix indexer docker
  • Loading branch information
greged93 authored May 6, 2024
1 parent 0708758 commit 39bffb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ FROM debian:latest

COPY ./indexer /usr/src/app/code
COPY --from=apibara-build /usr/local/bin/sink-mongo /usr/local/bin/sink-mongo
RUN chmod +x /usr/local/bin/sink-mongo

CMD ["sink-mongo", "run", "/usr/src/app/code/src/main.ts"]

0 comments on commit 39bffb1

Please sign in to comment.