1 Star 0 Fork 587

Mr.Cx / tms

forked from xiweicheng / tms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.sh 294 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiweicheng 提交于 2018-07-25 21:48 . ...
#!/bin/sh
sed -i '' 's/=dev/=prod/' src/main/resources/application.properties
mvn clean package -Dmaven.test.skip=true
sed -i '' 's/=prod/=dev/' src/main/resources/application.properties
docker build -t xiwc/tms .
# cd ./db
# docker build -t xiwc/tms-mysql .
# cd ../
docker-compose up -d
Java
1
https://gitee.com/chengxu715/tms.git
git@gitee.com:chengxu715/tms.git
chengxu715
tms
tms
master

搜索帮助