Closed jimmywan closed 2 years ago
In other words, this is the correct command:
docker build --build-arg BUILDER_NAME="Your Name" --build-arg BUILDER_EMAIL="your.name@example.com" . -t checker
In other words, this is the correct command:
Yes, which is why I made a PR to correct the README.
Expected behaviour
Instructions are valid
Actual behaviour
Need to swap
-e
with--build-arg
.