1 Star 0 Fork 114

CasonZhao/arkid

forked from 龙归科技/arkid 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-entrypoint.sh 449 Bytes
一键复制 编辑 原始数据 按行查看 历史
King 提交于 2022-10-26 10:04 . feat: 🎸 获取全部应用接口
#!/bin/bash
set -ex
## 正常启动用 tini启动
# if [ "$1" = 'tini' -a "$(id -u)" = '0' ]; then
# # /usr/local/bin/python3.8 manage.py compilemessages;
# /usr/local/bin/python3.8 manage.py migrate;
# # 无法修改configmap挂载的配置文件
# # chown -R arkid:arkid /var/arkid;
# exec gosu arkid "$0" "$@";
# fi
# /usr/local/bin/python3.8 manage.py compilemessages;
/usr/local/bin/python3.8 manage.py migrate;
exec "$@"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/CasonZhao/arkid.git
git@gitee.com:CasonZhao/arkid.git
CasonZhao
arkid
arkid
main

搜索帮助