feat: docker 构建失败问题解决,及docker构建文档

This commit is contained in:
fengxian.guo
2024-12-21 08:57:23 +08:00
parent 2cd8b73aa3
commit fe97ba1c19
4 changed files with 91 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# Docker 构建说明
## 执行命令
```shell
# 在Yi.RuoYi.Vue3 目录下执行
docker build -t rouoyi-web:${BUILD_NUMBER} .
```
## 注意
nginx.conf 中替换为自己服务器后端地址