docker nestjs starter:带有Docker的NestJs应用 源码
Docker容器中的Runnig NestJs 这是一个配置为与Docker一起使用的项目 安装 $ npm install 还要确保在您的工作站上了 使用节点服务器运行应用程序(正常方式) # development $ npm run start:dev or nest start # Debug/watch $ npm run start:debug # production $ npm run build:prod $ npm start 设置用于Docker的应用 添加Dockerfile 添加docker-compose.yml 将不必要的文件添加到.gitignore
下载地址
用户评论