From 78b9028ded9b5c2394f4e59cf728a76d4326c860 Mon Sep 17 00:00:00 2001 From: Fuyao Zhao Date: Fri, 22 Aug 2025 07:57:47 +0800 Subject: [PATCH] . --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d415ae568..059b6111f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file