Skip to content

Commit

Permalink
Add forgotten --load argument to the help text
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed May 28, 2024
1 parent 0b8ad5c commit d741857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ usage() {
echo " use_cache Enable caching (by default --no-cache is used)"
echo ""
echo "If no options are specified, the following command will be executed:"
echo " docker buildx build src/. --tag pihole --no-cache"
echo " docker buildx build src/. --tag pihole --load --no-cache"
exit 1
}

Expand Down

0 comments on commit d741857

Please sign in to comment.