Files
my-worker/web/bin/docker-bulid.bat
2019-12-19 21:07:55 +08:00

18 lines
354 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
rem /**
rem * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [信息] 打包Web工程导入到Docker服务。
echo.
%~d0
cd %~dp0
cd ..
call mvn clean package docker:build -Dmaven.test.skip=true -U -Pdocker
cmd /c msg %username% /time:0 /w "打包完成..."
pause