Setup comprehensive Docker containerization for development and production: **$ARGUMENTS**
setup/# Setup Docker Containers Setup comprehensive Docker containerization for development and production: **$ARGUMENTS** ## Current Project State - Application type: @package.json or @requirements.txt (detect Node.js, Python, etc.) - Existing Docker: @Dockerfile or @docker-compose.yml (if exists) - Dependencies: !`find . -name "package-lock.json" -o -name "poetry.lock" -o -name "Pipfile.lock" | wc -l` - Services needed: Database, cache, message queue detection from configs ## Task Implement production-ready Docker containerization with optimized builds and development workflows: **Environ...