mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci(hive): build reth externally (#9281)
This commit is contained in:
8
.github/assets/hive/Dockerfile
vendored
Normal file
8
.github/assets/hive/Dockerfile
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
FROM ubuntu
|
||||
|
||||
COPY dist/reth /usr/local/bin
|
||||
|
||||
COPY LICENSE-* ./
|
||||
|
||||
EXPOSE 30303 30303/udp 9001 8545 8546
|
||||
ENTRYPOINT ["/usr/local/bin/reth"]
|
||||
Reference in New Issue
Block a user