Skip to content

Commit

Permalink
dockerfile: fix executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Oct 24, 2023
1 parent 172f685 commit 7b69c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN mkdir /tmp/s5cmd && \



COPY --from=build /tmp/target/release/near-firehose-indexer /app/neard
COPY --from=build /tmp/target/release/near-firehose-indexer /app/near-firehose-indexer
RUN chmod +x /app/near-firehose-indexer

ENV PATH "$PATH:/app"

0 comments on commit 7b69c57

Please sign in to comment.