go-ethereum/Dockerfile.contracts
2025-06-11 09:42:57 +03:00

12 lines
215 B
Docker

FROM dmanov/go-ethereum:dev-latest
COPY devnet /root/.ethereum
CMD [
"--dev",
"--http",
"--http.addr", "0.0.0.0",
"--http.api", "eth,net,web3,personal",
"--allow-insecure-unlock",
"--verbosity", "3"
]