mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 00:28:20 -05:00
8 lines
135 B
Docker
8 lines
135 B
Docker
FROM ubuntu
|
|
|
|
COPY dist/reth /usr/local/bin
|
|
|
|
COPY LICENSE-* ./
|
|
|
|
EXPOSE 30303 30303/udp 9001 8545 8546
|
|
ENTRYPOINT ["/usr/local/bin/reth"] |