update build scripts

This commit is contained in:
kbe
2025-08-21 12:22:05 +02:00
parent b00514f015
commit 0f1f5329d4
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ cd "$(dirname "$0")/.."
echo "Checking for Docker image..."
if ! docker compose ls | grep -q "builder"; then
echo "Docker image not found. Building image..."
docker compose build
docker compose build builder
fi
# Start the builder container