Skip to content

Commit

Permalink
Fix example docker command
Browse files Browse the repository at this point in the history
Addresses review comment #5 (comment)
  • Loading branch information
feuGeneA authored and mds1 committed Jan 20, 2022
1 parent d95a42d commit ab4b10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# that running the image will execute benchmarks with a "warm cache". For
# example:
#
# docker --build-arg ALCHEMY_API_KEY=... -t sim .
# docker build --build-arg ALCHEMY_API_KEY=... -t sim .
# docker run sim benchmark-hardhat
#
# BEWARE: This image should not be published because it will contain traces of
Expand Down

0 comments on commit ab4b10a

Please sign in to comment.