Multi-Stage Docker Builds for NestJS: What Nobody Tells You
The gotchas that cost me hours — from nest-cli.json not being copied, to tsconfig CommonJS quirks, to build outputs not landing in the right dist folder.
Apr 18, 20266 min read

Search for a command to run...
Articles tagged with #nestjs
The gotchas that cost me hours — from nest-cli.json not being copied, to tsconfig CommonJS quirks, to build outputs not landing in the right dist folder.

A deep dive into architecting a multi-currency wallet system, atomic transactions with TypeORM QueryRunners, and a dynamic fee engine that reads from the database at runtime.
