This commit is contained in:
2026-03-11 17:26:02 +00:00
parent 95da1522b6
commit 36fd5430bc
3 changed files with 78 additions and 38 deletions
+1
View File
@@ -5,4 +5,5 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY bot.py .
COPY config.py .
ENV PYTHONUNBUFFERED=1
CMD ["python", "bot.py"]