parent
9ad8b6251d
commit
a25f515502
@ -1,4 +1,3 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
#创建运行容器 |
#创建运行容器 |
||||||
|
docker run -d --name test -p 3000:3000 -p 2233:2233 -p 5000:5000 test:1.0 |
||||||
docker run --name test -p 3000:3000 -p 2233:2233 -p 5000:5000 test:1.0 & |
|
||||||
|
@ -1,11 +1,10 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
|
|
||||||
|
#运行自动部署服务端 |
||||||
|
nohup node /app/RiskCloudRun/bin/www & |
||||||
#运行web服务端 |
#运行web服务端 |
||||||
updateRisk RiskCloudMock |
updateRisk RiskCloudMock |
||||||
#运行web客户端 |
#运行web客户端 |
||||||
updateRisk RiskCloudFontend |
updateRisk RiskCloudFontend |
||||||
#运行openresty |
#运行openresty |
||||||
/usr/local/openresty/nginx/sbin/nginx |
/usr/local/openresty/nginx/sbin/nginx |
||||||
#运行自动部署服务端 |
|
||||||
node /app/RiskCloudRun/bin/www |
|
Loading…
Reference in new issue