We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8610d03 commit ec95b63Copy full SHA for ec95b63
src/localdev.sh
@@ -8,7 +8,7 @@ cd "${SCRIPT_DIR}/main/docker"
8
9
echo '🏗️ Building the DEV image...'
10
docker buildx bake dev --print
11
-docker buildx bake dev
+docker buildx bake --progress=plain dev
12
echo '✅ Image built successfully.'
13
14
echo '▶️ Starting the localdev PaperMC server...'
0 commit comments