diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-25 22:02:43 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-25 22:02:43 +0100 |
commit | 19521b7729901dc4631e825ccd08eb7e6470f643 (patch) | |
tree | b3785bc09aa4bd188773837a6e967a6d19d9ebab /Makefile | |
parent | frontend: upgrade cmark-gfm (diff) | |
download | cgitize-19521b7729901dc4631e825ccd08eb7e6470f643.tar.gz cgitize-19521b7729901dc4631e825ccd08eb7e6470f643.zip |
use `--progress plain` with docker-compose build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |