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