docker-build

This commit is contained in:
thinkgem
2021-12-21 10:10:14 +08:00
parent ea6acbda9f
commit aec511dbf8
29 changed files with 152 additions and 152 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