1 Star 0 Fork 587

龙人 / tms

forked from xiweicheng / tms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy.sh 282 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiweicheng 提交于 2018-08-25 08:40 . + deploy.sh
#!/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/long_ren/tms.git
git@gitee.com:long_ren/tms.git
long_ren
tms
tms
master

搜索帮助