Skip to content

Commit

Permalink
dockerfile: more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Oct 24, 2023
1 parent fd136b3 commit ab33c6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ COPY . .

RUN CARGO_TARGET_DIR=/tmp/target make release

RUN ls -la /tmp/target

FROM ubuntu:20.04

ENV TZ="Etc/UTC"
Expand All @@ -54,7 +56,6 @@ RUN mkdir /tmp/s5cmd && \
rm -rf /tmp/s5cmd


RUN ls -la /tmp/target

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

0 comments on commit ab33c6c

Please sign in to comment.