mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-10 06:28:04 -05:00
11 lines
217 B
Docker
11 lines
217 B
Docker
FROM scrolltech/l2geth:scroll-v4.3.18
|
|
|
|
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"]
|