mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: rm node from dockerfile entrypoint (#3275)
This commit is contained in:
@ -3,10 +3,13 @@
|
||||
# locatable in `./dist/bin/$TARGETARCH`
|
||||
FROM --platform=$TARGETPLATFORM ubuntu:22.04
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/paradigmxyz/reth
|
||||
LABEL org.opencontainers.image.licenses="MIT OR Apache-2.0"
|
||||
|
||||
# Filled by docker buildx
|
||||
ARG TARGETARCH
|
||||
|
||||
COPY ./dist/bin/$TARGETARCH/reth /usr/local/bin/reth
|
||||
|
||||
EXPOSE 30303 30303/udp 9000 8545 8546
|
||||
ENTRYPOINT ["/usr/local/bin/reth", "node"]
|
||||
ENTRYPOINT ["/usr/local/bin/reth"]
|
||||
|
||||
Reference in New Issue
Block a user