mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 10:28:36 +00:00
Merge pull request #1586 from pi-hole/fix/build.sh_help
Add forgotten `--load` argument to the help text
This commit is contained in:
2
build.sh
2
build.sh
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user