miui-auto-tasks/docker_start.sh
Night-stars-1 f1d4605af7
chore: 使用遍历方法找到键值,提升泛用性 (#211)
* fix: 修复无法构建docker镜像的问题

* Update Dockerfile

* chore: 更新日志收集方法

* chore: 遵守代码规范

* chore: update issue templates

* chore: 删除测试代码

* chore: 更改日志输出样式

* chore: docker生成配置时随机生成自动运行时间

* chore: trailing-whitespace

* chore: 日志添加换行

* chore: 未配置验证码解决方案时直接跳过

* chore: 使用遍历方法找到键值,提升泛用性

* chore: 使用cron执行自动任务

* chore: snake_case

* chore: 修改运行时间

* Update config.py
2023-11-25 19:22:20 +11:00

7 lines
167 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
# 执行其他必要的启动命令
nohup pdm run python miuitask.py
# 以前台模式运行 crond使得容器不会立即退出
exec /usr/sbin/crond -f