Skip to content

Commit

Permalink
Makefile add --progress=plain
Browse files Browse the repository at this point in the history
  • Loading branch information
SuCicada committed Feb 21, 2024
1 parent 419cf81 commit 73a501e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif
service_name = tts-engine-hub

docker-build:
$(remote_docker) build -t sucicada/$(service_name):latest .
$(remote_docker) build --progress=plain -t sucicada/$(service_name):latest .

docker-push:
docker push sucicada/$(service_name):latest
Expand Down

0 comments on commit 73a501e

Please sign in to comment.