Skip to content

Commit

Permalink
chore(utils): use verbose docker build when rebuilding cacheless
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Feb 24, 2024
1 parent 59eb946 commit 8b123f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _utils/_scripts/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
rb | rebuild)
cd $DGPATH/../_docker
printDgMsg "Rebuilding ${2}..."
docker-compose -f _docker-compose.yml build --no-cache
docker-compose --verbose -f _docker-compose.yml build --no-cache --progress=plain
break 2
;;
r | run)
Expand Down

0 comments on commit 8b123f8

Please sign in to comment.