From 64f680bd70b2fb798ff6c558c36144e4713c8d6a Mon Sep 17 00:00:00 2001 From: Pratik Das Date: Sun, 30 Aug 2020 12:23:08 +0400 Subject: [PATCH] added docker files --- build-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-all.sh b/build-all.sh index b54e49e..1444368 100755 --- a/build-all.sh +++ b/build-all.sh @@ -87,6 +87,7 @@ then # ADD NEW MODULES HERE # (add new modules above the rest so you get quicker feedback if it fails) build_maven_module "spring-boot/spring-boot-logging-2" + build_maven_module "spring-boot/spring-boot-docker" build_gradle_module "spring-boot/devtools-demo" build_gradle_module "spring-boot/cache" build_gradle_module "spring-boot/bean-lifecycle"