DEV Community

Discussion on: How to Dockerize your NestJS App for production

Collapse
 
varsharautjee profile image
varsha

I have two apps:admin and agent and they are on 3000 and 3001 port.
npm run build agent
npm run build admin needs to be done .. how should I proceed?