diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ build: docker/build .PHONY: docker/build docker/build: - docker-compose build --pull + docker-compose build --progress plain --pull .PHONY: docker/serve docker/serve: build/docker |