claude-docker/scripts
Vishal Jain 9baf9f5c4b Use build args for git user config
Change git configuration to use Docker build args instead of .env file,
simplifying setup and improving security. This change:
- Removes git config from .env and startup.sh
- Adds GIT_USER_NAME and GIT_USER_EMAIL build args
- Updates documentation for new git config approach
- Improves task logging requirements in CLAUDE.md

The build arg approach provides better isolation and ensures git config is
properly set during image build rather than container runtime.
2025-06-18 14:19:18 +01:00
..
claude-docker.sh Remove redundant settings.local.json template 2025-06-18 11:48:23 +01:00
install.sh Implement authentication persistence for Claude Docker 2025-06-12 14:09:10 +01:00
startup.sh Use build args for git user config 2025-06-18 14:19:18 +01:00