init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
RUN pip install --no-cache-dir python-telegram-bot httpx
|
||||
COPY bot.py .
|
||||
CMD ["python", "bot.py"]
|
||||
Reference in New Issue
Block a user