mirror of
https://github.com/tgdrive/teldrive.git
synced 2026-01-21 00:13:12 +08:00
- Implement channel rollover based on part count limits - Auto-create channels and add bots as admins - Add teldrive.kv key-value table - Deduplicate bots and set (user_id, token) as primary key
4 lines
80 B
Docker
4 lines
80 B
Docker
FROM scratch
|
|
COPY teldrive /teldrive
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/teldrive","run"]
|