File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ export DOCKER_BUILDKIT := 1
1010
1111.PHONY : build
1212build :
13- @echo " 🔨 Building CCYOLO Docker image..."
13+ @echo " 🔨 Building Claude Code YOLO Docker image..."
1414 docker build --build-arg CLAUDE_CODE_VERSION=$(CLAUDE_CODE_VERSION ) -t $(IMAGE_NAME ) :$(TAG ) .
1515 @echo " ✅ Build completed: $( IMAGE_NAME) :$( TAG) "
1616
1717.PHONY : rebuild
1818rebuild :
19- @echo " 🔨 Rebuilding CCYOLO Docker image (no cache)..."
19+ @echo " 🔨 Rebuilding Claude Code YOLO Docker image (no cache)..."
2020 docker build --no-cache --build-arg CLAUDE_CODE_VERSION=$(CLAUDE_CODE_VERSION ) -t $(IMAGE_NAME ) :$(TAG ) .
2121 @echo " ✅ Rebuild completed: $( IMAGE_NAME) :$( TAG) "
2222
@@ -156,7 +156,7 @@ release-major:
156156
157157.PHONY : help
158158help :
159- @echo " CCYOLO - Docker Build Shortcuts"
159+ @echo " Claude Code YOLO - Docker Build Shortcuts"
160160 @echo " ==============================="
161161 @echo " "
162162 @echo " Usage: make [target]"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CLAUDE_SH="$SCRIPT_DIR/claude.sh"
77
88if [ ! -f " $CLAUDE_SH " ]; then
99 echo " Error: claude.sh not found at $CLAUDE_SH " >&2
10- echo " Make sure you're running this from the ccyolo directory" >&2
10+ echo " Make sure you're running this from the claude-code-yolo directory" >&2
1111 exit 1
1212fi
1313
You can’t perform that action at this time.
0 commit comments