diff --git a/Dockerfile.contracts b/Dockerfile.contracts index 0ae1b16c71..5ccd2b2073 100644 --- a/Dockerfile.contracts +++ b/Dockerfile.contracts @@ -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" +] \ No newline at end of file