aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e52f504..07d7662 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,7 @@ endif
.PHONY: compose/build
# `docker-compose build` has the same problems as `docker build`.
compose/build: docker/check-build
- docker-compose build
+ docker-compose build --progress plain
.PHONY: compose/push
# `docker-compose push` has the same problems as `docker push`.