From 000f64fffa1e250fe543a31a186feb535258b099 Mon Sep 17 00:00:00 2001 From: Dimitar Manov <99065541+dimitarmanov@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:48:22 +0300 Subject: [PATCH] Fix dockerfile --- Dockerfile.contracts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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