Use plain docker build progress output

This commit is contained in:
Marian Steinbach 2021-11-11 20:06:59 +01:00
parent c7ce598403
commit 8efe160e79
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ DB_ENTITY := spider-results
# Build docker image
dockerimage:
docker build -t $(IMAGE) .
docker build --progress plain -t $(IMAGE) .
# Fill the queue with spider jobs, one for each site.
jobs: