1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-07-05 23:51:00 +02: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:
Adam Warner 2024-05-27 18:20:57 +01:00 committed by GitHub
commit 7442d19e46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ usage() {
}
# 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
# Parse command line arguments