Skip to content

Commit

Permalink
Update build progress to plain output.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpolzin committed May 8, 2024
1 parent c4a4a58 commit 29f17e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

export BUILDKIT_PROGRESS=plain

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

docker compose -f $SCRIPT_DIR/docker-compose.yml build

0 comments on commit 29f17e6

Please sign in to comment.