[dd-ctl] Actually pull images, else we might not use them

This performs a pull on docker-compose build as well
merge-requests/46/head
Evilham 2022-11-23 20:49:22 +01:00
parent ca8b29dd5e
commit 596bc4ef5d
No known key found for this signature in database
GPG Key ID: AE3EE30D970886BF
1 changed files with 1 additions and 1 deletions

2
dd-ctl
View File

@ -257,7 +257,7 @@ genpatches(){
build(){
build_compose
docker-compose build
docker-compose build --pull
}
build_compose_develop(){