This commit is contained in:
thinkgem
2021-12-17 16:44:04 +08:00
parent 4edfd359cf
commit f07973c7c7
3 changed files with 1 additions and 1 deletions

16
web/bin/docker-build.sh Normal file
View File

@@ -0,0 +1,16 @@
#!/bin/sh
# /**
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
# * No deletion without permission, or be held responsible to law.
# *
# * Author: ThinkGem@163.com
# *
# */
echo ""
echo "[信息] 使用 Spring Boot Docker 编译 Web 工程。"
echo ""
cd ..
mvn clean package docker:stop docker:remove docker:build docker:run -Dmaven.test.skip=true -U
cd bin