Files
Yi.Framework/README-Docker.md
2025-02-09 01:49:07 +08:00

23 lines
442 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Docker 构建说明
## 后端
执行目录Yi\Yi.Abp.Net8
#### 完整代码编译
docker build -t jiftcc/yi.admin:1.0.0 -f Dockerfile .
#### 快速产物编译
docker build -t jiftcc/yi.admin:1.0.0 -f DockerfileFast .
## 前端(待完善)
执行目录Yi\Yi.Bbs.Vue3
#### 完整代码编译
docker build -t jiftcc/yi.bbs:1.0.0 -f Dockerfile .
#### 快速产物编译
docker build -t jiftcc/yi.bbs:1.0.0 -f DockerfileFast .