Add files via upload
This commit is contained in:
12
mitmproxy/xboxbot/Dockerfile
Normal file
12
mitmproxy/xboxbot/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# xboxbot/Dockerfile
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# 安装依赖:
|
||||
# - python-telegram-bot 用于 Telegram 机器人 (异步 API)
|
||||
RUN pip install --no-cache-dir python-telegram-bot==21.6
|
||||
|
||||
COPY bot.py /app/bot.py
|
||||
|
||||
CMD ["python", "/app/bot.py"]
|
||||
Reference in New Issue
Block a user