Skip to content

Commit

Permalink
Fixup comments: RPC, not Alchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA authored and mds1 committed Jan 20, 2022
1 parent 2183fc5 commit 677943f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
# docker run --entrypoint /bin/bash sim -c "rm -rf cache && make benchmark-hardhat"
#
# BEWARE: This image should not be published because it will contain traces of
# your Alchemy API key. (See https://stackoverflow.com/a/40762010/406289)
# Future work can take advantage of Docker's support for secrets, but
# unless/until there's a need to publish this image, that would be overkill.
# your RPC url, which likely contains your private API key secret. (See
# https://stackoverflow.com/a/40762010/406289 .) Future work can take advantage
# of Docker's support for secrets, but unless/until there's a need to publish
# this image, that would be overkill.

FROM debian

Expand Down

0 comments on commit 677943f

Please sign in to comment.