增加openresty

master
pan 4 years ago
parent 734750c228
commit 726989bb29
  1. 2
      run
  2. 4
      shell/initRisk
  3. 2
      shell/updateRisk

2
run

@ -1,3 +1,3 @@
#!/bin/sh
#创建运行容器
docker run -dit --name test -p 3000:3000 -p 2233:2233 test:1.0
docker run --name test -p 3000:3000 -p 2233:2233 test:1.0

@ -8,5 +8,7 @@ updateRisk RiskCloudMock
updateRisk RiskCloudFontend
#运行openresty
/usr/local/openresty/nginx/sbin/nginx
jobs
tail -f
#把自动部署服务端切换到前台进行,使容器不会停止运行
fg %1

@ -31,5 +31,5 @@ function run(){
run $1
echo `pwd`
rm -f $1.pid
rm -f ../$1.pid
echo "脚本运行完毕,删除$1.pid"

Loading…
Cancel
Save