1 Star 0 Fork 3

mmmmx/TV

forked from Inspire_oschina/TV 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
entrypoint.sh 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
Such 提交于 2024-09-05 11:48 . chore:rtp location
#!/bin/bash
for file in /tv_config/*; do
filename=$(basename "$file")
target_file="$APP_WORKDIR/config/$filename"
if [ ! -e "$target_file" ]; then
cp -r "$file" "$target_file"
fi
done
service cron start
pipenv run python $APP_WORKDIR/main.py
gunicorn -w 4 -b 0.0.0.0:8000 main:app
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hbxgmm/TV.git
git@gitee.com:hbxgmm/TV.git
hbxgmm
TV
TV
master

搜索帮助