补充Cloud的Docker代码生成脚本

This commit is contained in:
thinkgem
2022-04-24 11:08:03 +08:00
parent ed91d35624
commit b9c3d3d0c6
9 changed files with 17 additions and 15 deletions

View File

@@ -7,10 +7,10 @@
# *
# */
echo ""
echo "[信息] 使用 Spring Boot Docker 编译 Web 工程。"
echo "[信息] 打包Web工程编译Docker镜像。"
echo ""
cd ..
mvn clean package docker:stop docker:remove docker:build docker:run -Dmaven.test.skip=true -U
mvn clean package docker:remove docker:build -Dmaven.test.skip=true -U
cd bin