1 Star 0 Fork 1

whitetoday / webterminal-master

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-entrypoint.sh 239 Bytes
一键复制 编辑 原始数据 按行查看 历史
whitetoday 提交于 2020-03-10 17:56 . Initial commit
#!/bin/bash
set -e
trap "kill -15 -1 && echo all proc killed" TERM KILL INT
if [ "$1" = "start" ]; then
service redis-server start
service nginx start
service supervisor start
service guacd start
sleep inf & wait
else
exec "$@"
fi
1
https://gitee.com/whitetoday/webterminal-master.git
git@gitee.com:whitetoday/webterminal-master.git
whitetoday
webterminal-master
webterminal-master
master

搜索帮助