Commit b4616616 authored by daidekun's avatar daidekun

替换centos版本 12211453

parent f470a180
......@@ -22,8 +22,11 @@ else
touch ./logs/tmp.log
fi
echo "node /home/demoXterm/demo/app.js"
nohup node /home/demoXterm/demo/app.js &
echo "cd /home/qg-xterm/;git pull;cd -"
cd /home/qg-xterm/;git pull;cd -
echo "node /home/qg-xterm/demo/app.js"
nohup node /home/qg-xterm/demo/app.js &
echo "frontail logs/*.log -d -n 1000"
frontail ./logs/*log -n 1000
\ No newline at end of file
FROM 192.168.4.36/baseimg/nodejs:12201701
FROM 192.168.4.36/baseimg/nodejs:12211453
MAINTAINER kalvin "dekun.dai@quantgroup.cn"
ARG BUILD_NUMBER
......
......@@ -30,8 +30,11 @@ else
touch ./logs/tmp.log
fi
echo "node /home/demoXterm/demo/app.js"
nohup node /home/demoXterm/demo/app.js &
echo "cd /home/qg-xterm/;git pull;cd -"
cd /home/qg-xterm/;git pull;cd -
echo "node /home/qg-xterm/demo/app.js"
nohup node /home/qg-xterm/demo/app.js &
echo "frontail logs/*.log -d -n 1000"
frontail ./logs/*log -n 1000
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment