Move Python application code copy before frontend build step to improve
Dockerfile organization and ensure all app code is available earlier.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Install uv via official installer script
- Replace pip with uv pip install --system
- Add uv to PATH for container usage
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>