From 8069cbdf0c4581aee7139533ae860c4ad5334bf5 Mon Sep 17 00:00:00 2001 From: pyama Date: Tue, 16 Jul 2024 14:20:22 +0900 Subject: [PATCH] abort-on-container-exit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8234b7..96c75d3 100644 --- a/Makefile +++ b/Makefile @@ -257,7 +257,7 @@ version: pkg: version ## Create some distribution packages rm -rf builds && mkdir builds docker-compose build - docker-compose up + docker-compose up --abort-on-container-exit changelog: git-chglog -o CHANGELOG.md