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