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