diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-07-14 10:49:17 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-07-14 10:49:17 +0300 |
| commit | e413572150995d886773cbc598dff1cd4d6b3aec (patch) | |
| tree | ea4d739c421c1150a833fcd2423c66367ca87d81 | |
| parent | 15623fb8204f9ba421f2cf8396837858093d7d88 (diff) | |
Add --progress plain to docker build
| -rwxr-xr-x | build-and-push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-and-push.sh b/build-and-push.sh index be3e962..73d22e1 100755 --- a/build-and-push.sh +++ b/build-and-push.sh @@ -3,5 +3,5 @@ IMAGE=registry.jan.systems/aggro:latest set -euxo pipefail -docker build --platform linux/amd64 -t $IMAGE . +docker build --progress plain --platform linux/amd64 -t $IMAGE . docker push $IMAGE |
