From f4d54e252c29d4a2594518edf56642574d810154 Mon Sep 17 00:00:00 2001 From: Charles Billette Date: Fri, 10 May 2024 08:32:55 -0400 Subject: [PATCH] copy geth bin to /usr/local/bin/ --- Dockerfile.fh | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.fh b/Dockerfile.fh index 4e3b0d619da8..465bc4c20129 100644 --- a/Dockerfile.fh +++ b/Dockerfile.fh @@ -4,4 +4,5 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ apt-get -y install -y ca-certificates libssl1.1 ADD ./geth /app/geth +ADD ./geth /usr/local/bin/geth ENTRYPOINT /app/geth \ No newline at end of file