Docker image for Nest CLI to use as build container.
Currently this image uses node 12 (npm 6) and node:lts-slim as base distribution.
To run the Nest CLI development server from docker you need to map the port. For example use
cd MyDemo
docker run -u $(id -u) --rm -p 3010:3010 -v "$PWD":/app naologic/bee11-prod npm run start:dev