Skip to content

Commit ec95b63

Browse files
authored
build: always show Docker build plain progress in localdev (#81)
For easy and convenient investigations.
1 parent 8610d03 commit ec95b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/localdev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd "${SCRIPT_DIR}/main/docker"
88

99
echo '🏗️ Building the DEV image...'
1010
docker buildx bake dev --print
11-
docker buildx bake dev
11+
docker buildx bake --progress=plain dev
1212
echo '✅ Image built successfully.'
1313

1414
echo '▶️ Starting the localdev PaperMC server...'

0 commit comments

Comments
 (0)