新增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

17
web/bin/docker-bulid.bat Normal file
View File

@@ -0,0 +1,17 @@
@echo off
rem /**
rem * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [<5B><>Ϣ] ʹ<><CAB9> Spring Boot Docker <20><><EFBFBD><EFBFBD> Web <20><><EFBFBD>̡<EFBFBD>
echo.
%~d0
cd %~dp0
cd ..
call mvn clean package docker:build -Dmaven.test.skip=true -U -Pdocker
pause