1 Star 1 Fork 0

xcsoft/busuanzi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
entrypoint.sh 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
xcsoft 提交于 2024-12-03 09:15 . :children_crossing:perf: 合并 jsonp/api env
#!/bin/sh
set -x
cd /app || exit
if [ ! -f "/app/install.lock" ];then
# busuanzi js API address
if [ -n "$API_SERVER" ];then
sed -i "s|http://127.0.0.1:8080|$API_SERVER|g" dist/*.js
echo "Replace API_SERVER to $API_SERVER"
fi
touch /app/install.lock
fi
exec /app/busuanzi -c /app/config.yaml -d /app/dist
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/soxft/busuanzi.git
git@gitee.com:soxft/busuanzi.git
soxft
busuanzi
busuanzi
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385