docker脚本优化

This commit is contained in:
thinkgem
2022-04-24 11:36:38 +08:00
parent a612ce1acb
commit 07e705fee7
9 changed files with 17 additions and 23 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