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:
Adam Warner
2024-05-27 18:20:57 +01:00
committed by GitHub

View File

@@ -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