You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
626 B
626 B
**官方镜像支持本机运行
-
用官方镜像运行
windows下运行CMD,进入jeecg-boot根路径下面命令启动镜像容器组
docker-compose up -d
-
本地打包构建后台
- 通过jeecg-boot-parent项目 maven打包,执行install
- 本地打包构建前端
修改前端项目的后台域名 .env.docker
VUE_APP_API_BASE_URL=/api
- 在npm菜单下面选择 build:docker
- 打包Docker容器
运行CMD,进入jeecg-boot根路径下面命令启动镜像容器组
docker-compose -f docker-compose-build.yml up -d