mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
.
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef
|
FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
LABEL org.opencontainers.image.source=https://github.com/paradigmxyz/reth
|
LABEL org.opencontainers.image.source=https://github.com/hl-archive-node/nanoreth
|
||||||
LABEL org.opencontainers.image.licenses="MIT OR Apache-2.0"
|
LABEL org.opencontainers.image.licenses="MIT OR Apache-2.0"
|
||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
@ -52,5 +52,5 @@ COPY --from=builder /app/reth-hl /usr/local/bin
|
|||||||
# Copy licenses
|
# Copy licenses
|
||||||
COPY LICENSE-* ./
|
COPY LICENSE-* ./
|
||||||
|
|
||||||
EXPOSE 30303 30303/udp 9001 8545 8546
|
EXPOSE 9001 8545 8546
|
||||||
ENTRYPOINT ["/usr/local/bin/reth-hl"]
|
ENTRYPOINT ["/usr/local/bin/reth-hl"]
|
||||||
Reference in New Issue
Block a user