Nest.js CLI not found in Docker multi-stage build
I'm trying to set up a multi-stage Docker build for my Node.js and Nest.js application. The Dockerfile includes installing dependencies, building the application, and running it. However, I'm encountering an issue with the npm run build command in the production…