- Add targets for building TypeScript app with bun
- Add multi-architecture Docker build support (amd64, arm64)
- Support development (dev) and production (start) modes
- Add local Docker build target for faster testing
- Configure docker image registry integration
- Include help target for viewing available commands
- Support automated lock file updates
- Updates Dockerfile ARG BUN_VERSION from 1.0.0 to 1.2.20
- Resolves lockfile compatibility issues with newer bun versions
- Ensures consistency between local and Docker environments