Optimized multi-stage Docker configuration for NestJS using pnpm to minimize container image size.
Companion repository for the Medium article Nest.js — Reducing Docker container size
$ pnpm install# watch mode
$ pnpm start:dev
# build
$ pnpm build# unit tests
$ pnpm test
# watch
$ pnpm test:watch