Commit 03e967f9 authored by tywldx's avatar tywldx

upodaet

parent 090de391
#!/bin/bash #!/bin/bash
docker exec ${1} source /etc/profile
docker exec ${1} pm2 start /root/xterm.js/demo/app.js --node-args="--harmony" -n xterm docker exec ${1} pm2 start /root/xterm.js/demo/app.js --node-args="--harmony" -n xterm
docker exec ${1} redis-server & docker exec ${1} redis-server &
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