mirror of
https://github.com/dnslin/aria2bot.git
synced 2026-01-11 12:12:19 +08:00
feat: 移除默认的aria2
This commit is contained in:
8
docker-entrypoint.sh
Normal file
8
docker-entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Docker 容器入口脚本
|
||||
|
||||
# 创建必要目录
|
||||
mkdir -p /root/.local/bin /root/.config/aria2 /root/downloads
|
||||
|
||||
# 启动应用
|
||||
exec python main.py
|
||||
Reference in New Issue
Block a user