Files
my-worker/web-api/bin/docker-build.sh

16 lines
356 B
Bash
Raw Normal View History

#!/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 ""
2022-04-24 11:36:38 +08:00
echo "[信息] 打包Web工程编译Docker镜像。"
echo ""
cd ..
2022-04-24 11:36:38 +08:00
mvn clean package docker:remove docker:build -Dmaven.test.skip=true -U
cd bin