So I have a monorepo using rush (pnpm).
I have multiple applications and multiple libraries. Applications depend on libraries, and libraries depend on libraries.
I know pnpm creates a node_modules folder using symlinks.
I know docker copy directive won't follow symlinks.
How to build an application using rush (pnpm) without using symlinks (only for production deployment)