update build scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user