mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 08:28:02 -05:00
11 lines
216 B
Docker
11 lines
216 B
Docker
FROM scrolltech/l2geth:scroll-v3.1.4
|
|
|
|
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"]
|