Commit 2bcfc0a9 by 王宝涛

chore(docker): 添加测试环境构建模式配置选项

- 在 docker-compose.yml 中添加 BUILD_MODE 测试环境注释配置
- 保留生产环境默认构建模式设置
- 为后续测试环境部署提供配置模板
parent 8da7e135
......@@ -5,6 +5,7 @@ services:
dockerfile: Dockerfile
args:
BUILD_MODE: production
#BUILD_MODE: test
image: xjrsoft-vue:1.0.0
container_name: xjrsoft-vue
ports:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment