mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56:43 +00:00
Fix dockerfile
This commit is contained in:
parent
bb017ed04e
commit
000f64fffa
1 changed files with 3 additions and 3 deletions
|
|
@ -3,10 +3,10 @@ FROM dmanov/go-ethereum:dev-latest
|
||||||
COPY devnet /root/.ethereum
|
COPY devnet /root/.ethereum
|
||||||
|
|
||||||
CMD [
|
CMD [
|
||||||
|
"geth",
|
||||||
"--dev",
|
"--dev",
|
||||||
"--http",
|
"--http",
|
||||||
"--http.addr", "0.0.0.0",
|
"--http.addr", "0.0.0.0",
|
||||||
"--http.api", "eth,net,web3,personal",
|
"--http.api", "eth,net,web3,personal",
|
||||||
"--allow-insecure-unlock",
|
"--allow-insecure-unlock"
|
||||||
"--verbosity", "3"
|
|
||||||
]
|
]
|
||||||
Loading…
Reference in a new issue