feat: 移除默认的aria2

This commit is contained in:
dnslin
2025-12-15 16:10:00 +08:00
parent 8d7b2667e1
commit b5983f57bd
3 changed files with 24 additions and 13 deletions

8
docker-entrypoint.sh Normal file
View File

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