1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-07-05 23:51:00 +02:00

Update DOCKER_BUILD_CMD in build.sh to include the "--load" flag

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2024-05-27 18:05:20 +01:00
parent 6657818f35
commit fdfc6ce036
No known key found for this signature in database

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