Files
my-worker/web/bin/docker-bulid.bat

18 lines
342 B
Batchfile
Raw Normal View History

2019-04-27 21:41:18 +08:00
@echo off
rem /**
rem * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
2019-12-19 21:07:55 +08:00
echo [<5B><>Ϣ] <20><><EFBFBD><EFBFBD>Web<65><62><EFBFBD>̣<EFBFBD><CCA3><EFBFBD><EFBFBD>뵽Docker<65><72><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
2019-04-27 21:41:18 +08:00
echo.
%~d0
cd %~dp0
cd ..
call mvn clean package docker:stop docker:remove docker:build docker:run -Dmaven.test.skip=true -U
2019-04-27 21:41:18 +08:00
2019-12-31 14:52:03 +08:00
cd bin
2019-04-27 21:41:18 +08:00
pause