@echo off SETLOCAL chcp 65001 del /S *.log call mvn clean -DskipTests=true package -f ../pom.xml echo ">>>>>>>>>>>begin build docker image ...<<<<<<<<<<<<<" docker build -t chsm-manage:latest . echo ">>>>>>>>>>>build docker image success<<<<<<<<<<<<<" docker save -o chsm-manage.tar chsm-manage:latest echo ">>>>>>>>>>>build docker offline tar success<<<<<<<<<<<<<" pause