重构 jeesite-ai 代码目录,新增 parent-ai,重命名 cms-ai 为 ai-cms
This commit is contained in:
16
web-ai/web-ai-cms/bin/docker-build.sh
Normal file
16
web-ai/web-ai-cms/bin/docker-build.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/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 ""
|
||||
echo "[信息] 打包Web工程,编译Docker镜像。"
|
||||
echo ""
|
||||
|
||||
cd ..
|
||||
mvn clean package docker:remove docker:build -Dmaven.test.skip=true -U
|
||||
|
||||
cd bin
|
||||
Reference in New Issue
Block a user