This commit is contained in:
Fuyao Zhao
2025-08-22 07:57:47 +08:00
parent dd455d3a41
commit 78b9028ded

View File

@ -2,7 +2,7 @@
FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef
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"
# Install system dependencies
@ -52,5 +52,5 @@ COPY --from=builder /app/reth-hl /usr/local/bin
# Copy licenses
COPY LICENSE-* ./
EXPOSE 30303 30303/udp 9001 8545 8546
EXPOSE 9001 8545 8546
ENTRYPOINT ["/usr/local/bin/reth-hl"]