Files
aria2bot/docker-entrypoint.sh
2025-12-15 16:10:00 +08:00

9 lines
160 B
Bash

#!/bin/bash
# Docker 容器入口脚本
# 创建必要目录
mkdir -p /root/.local/bin /root/.config/aria2 /root/downloads
# 启动应用
exec python main.py