From fd2188a724e94593ff804bb675a8a9a87628249c Mon Sep 17 00:00:00 2001 From: Ondrej Sika Date: Thu, 18 Aug 2022 09:58:14 +0200 Subject: [PATCH] chore(Makefile): Add target docker-build-all-images --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index dc98f44..b2a3754 100644 --- a/Makefile +++ b/Makefile @@ -26,3 +26,9 @@ dev-test-aws-yaml: commit-go-mod-tidy: git add go.sum git commit -m "[auto] refactor: go mod tidy" + +docker-build-all-images: + (cd misc/docker/mysql-with-tergum && make build) + (cd misc/docker/postgres-with-redis-with-tergum && make build) + (cd misc/docker/postgres-with-tergum && make build) + (cd misc/docker/tergum-with-ca-certificates && make build)