doc: 完善docker文档

This commit is contained in:
橙子
2025-02-09 01:49:07 +08:00
parent db08688968
commit c0dfa83828

View File

@@ -4,10 +4,10 @@
执行目录Yi\Yi.Abp.Net8
#### 完整代码编译
docker build -t yi.admin:x.x.x -f Dockerfile .
docker build -t jiftcc/yi.admin:1.0.0 -f Dockerfile .
#### 快速产物编译
docker build -t yi.admin:x.x.x -f DockerfileFast .
docker build -t jiftcc/yi.admin:1.0.0 -f DockerfileFast .
@@ -16,7 +16,7 @@ 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 jiftcc/yi.bbs:1.0.0 -f Dockerfile .
#### 快速产物编译
docker build -t yi.bbs:x.x.x -f DockerfileFast .
docker build -t jiftcc/yi.bbs:1.0.0 -f DockerfileFast .