Skip to content

Commit

Permalink
add dag data
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny2022da committed Aug 6, 2024
1 parent 98fff57 commit 64c8042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ FROM alpine:latest
RUN apk add --no-cache ca-certificates
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/

RUN wget http://transfer.toolsfdg.net/dx8op/parallel-txdag-output_8060332.csv -O /usr/local/parallel-txdag-output.csv

EXPOSE 8545 8546 30303 30303/udp
ENTRYPOINT ["geth"]

Expand Down

0 comments on commit 64c8042

Please sign in to comment.