Skip to content

Commit

Permalink
copy geth bin to /usr/local/bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed May 10, 2024
1 parent 2dffc6a commit f4d54e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.fh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f4d54e2

Please sign in to comment.