aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-25 22:02:43 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-25 22:02:43 +0100
commit19521b7729901dc4631e825ccd08eb7e6470f643 (patch)
treeb3785bc09aa4bd188773837a6e967a6d19d9ebab /Makefile
parentfrontend: upgrade cmark-gfm (diff)
downloadcgitize-19521b7729901dc4631e825ccd08eb7e6470f643.tar.gz
cgitize-19521b7729901dc4631e825ccd08eb7e6470f643.zip
use `--progress plain` with docker-compose build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf02016..642970f 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ endif
# multiple Dockerfile's, create a manifest manually, etc.), so it's only here
# for testing purposes, and native builds.
compose/build: check-build
- docker-compose build
+ docker-compose build --progress plain
.PHONY: compose/push
# `docker-compose push` would replace the multiarch repo with a single image by