Files
motovaultpro/.claude/settings.local.json
Eric Gullickson 673fe7ce91 Phase 6 complete: Docker modernization with production-first architecture
- Multi-stage builds: Backend 347MB → 196MB (43% reduction)
- Production-ready containers with non-root security
- Eliminated dev/prod naming - single clean container approach
- TypeScript build issues resolved with relaxed build configs
- Ready for Phase 7: Vehicles Fastify migration

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-23 19:52:36 -05:00

32 lines
826 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(chmod:*)",
"Bash(find:*)",
"Bash(./scripts/generate-feature-capsule.sh:*)",
"Bash(docker-compose up:*)",
"Bash(docker-compose:*)",
"Bash(grep:*)",
"Bash(curl:*)",
"Bash(make test:*)",
"Bash(make:*)",
"mcp__playwright__browser_navigate",
"Bash(docker exec:*)",
"WebFetch(domain:vpic.nhtsa.dot.gov)",
"Bash(docker logs:*)",
"Bash(touch:*)",
"mcp__context7__resolve-library-id",
"mcp__context7__get-library-docs",
"Bash(npm run build:*)",
"Bash(docker stats:*)",
"Bash(time make:*)",
"Bash(docker compose:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git tag:*)",
"Bash(docker build:*)"
],
"deny": []
}
}