build: use Docker BuildKit
This ensures that only the required containers are built and started.
This commit is contained in:
parent
f48493f300
commit
a8c5862904
1 changed files with 3 additions and 0 deletions
3
run
3
run
|
@ -7,6 +7,9 @@ if [[ ! -t 1 ]]; then
|
|||
TTY="-T"
|
||||
fi
|
||||
|
||||
export COMPOSE_DOCKER_CLI_BUILD=1
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
||||
function task:build-and-push-images {
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue