Files
scroll/common/docker/l2geth/Dockerfile
HAOYUatHZ 65620464fb feat: upgrade l2geth to scroll-v4.1.0 (#593)
Co-authored-by: Your Name <you@example.com>
2023-06-27 18:27:09 +08:00

11 lines
216 B
Docker

FROM scrolltech/l2geth:scroll-v4.1.0
RUN mkdir -p /l2geth/keystore
COPY password /l2geth/
COPY genesis.json /l2geth/
COPY genesis-keystore /l2geth/
COPY l2geth_run.sh /bin/
ENTRYPOINT ["sh", "/bin/l2geth_run.sh"]