新增Docker部署脚本实例

This commit is contained in:
thinkgem
2019-04-27 21:41:18 +08:00
parent 1b0099c831
commit 9aa599fb0b
7 changed files with 122 additions and 3 deletions

13
web/bin/docker-bulid.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
# /**
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
# *
# * Author: ThinkGem@163.com
# *
# */
echo ""
echo "[信息] 使用 Spring Boot Docker 编译 Web 工程。"
echo ""
cd ..
mvn clean package docker:build -Dmaven.test.skip=true -U -Pdocker