mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
Merge pull request #1583 from pi-hole/tweak/build.sh
Update DOCKER_BUILD_CMD in build.sh to include the "--load" flag
This commit is contained in:
2
build.sh
2
build.sh
@@ -17,7 +17,7 @@ usage() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Set default values
|
# Set default values
|
||||||
DOCKER_BUILD_CMD="docker buildx build src/. --tag pihole --no-cache"
|
DOCKER_BUILD_CMD="docker buildx build src/. --tag pihole --load --no-cache"
|
||||||
FTL_FLAG=false
|
FTL_FLAG=false
|
||||||
|
|
||||||
# Parse command line arguments
|
# Parse command line arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user