Fix dockerfile

This commit is contained in:
Dimitar Manov 2025-06-11 09:48:22 +03:00
parent bb017ed04e
commit 000f64fffa

View file

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