Files
claude-hub/Dockerfile.claudecode
Cheffromspace 2e5fa7aa26 fix: Complete production build logic in build.sh (#150)
* Remove claude-config directory

* fix: Complete production build logic in build.sh

Complete the truncated production build logic that was missing from
scripts/build/build.sh:

- Add complete production build implementation that creates a temporary
  Dockerfile with claude-config copying enabled
- Update regular Dockerfile.claudecode to comment out claude-config copying
  for non-production builds
- Production builds now properly require claude-config directory and copy
  it into the container
- Regular builds work without claude-config directory (for development)

The production build creates a temporary Dockerfile.claudecode.prod with
claude-config copying enabled, builds the production image, then cleans
up the temporary file.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-05-31 21:30:52 -05:00

2.8 KiB