Skip to content

Commit ab4b10a

Browse files
feuGeneAmds1
authored andcommitted
Fix example docker command
Addresses review comment #5 (comment)
1 parent d95a42d commit ab4b10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# that running the image will execute benchmarks with a "warm cache". For
55
# example:
66
#
7-
# docker --build-arg ALCHEMY_API_KEY=... -t sim .
7+
# docker build --build-arg ALCHEMY_API_KEY=... -t sim .
88
# docker run sim benchmark-hardhat
99
#
1010
# BEWARE: This image should not be published because it will contain traces of

0 commit comments

Comments
 (0)