feat: 新增docker支持

This commit is contained in:
橙子
2025-02-09 01:28:13 +08:00
parent 373877cfcf
commit 400a146a48
10 changed files with 84 additions and 72 deletions

View File

@@ -0,0 +1,22 @@
# Docker 构建说明
## 后端
执行目录Yi\Yi.Abp.Net8
#### 完整代码编译
docker build -t yi.admin:x.x.x -f Dockerfile .
#### 快速产物编译
docker build -t yi.admin:x.x.x -f DockerfileFast .
## 前端(待完善)
执行目录Yi\Yi.Bbs.Vue3
#### 完整代码编译
docker build -t yi.bbs:x.x.x -f Dockerfile .
#### 快速产物编译
docker build -t yi.bbs:x.x.x -f DockerfileFast .