mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-08 21:48:11 -05:00
8 lines
179 B
Docker
8 lines
179 B
Docker
FROM ethereum/client-go:v1.14.0
|
|
|
|
COPY password /l1geth/
|
|
COPY genesis.json /l1geth/
|
|
COPY genesis-keystore /l1geth/
|
|
COPY l1geth_run.sh /bin/
|
|
|
|
ENTRYPOINT ["sh", "/bin/l1geth_run.sh"] |