Логгирование с помощью logger

This commit is contained in:
2025-08-22 14:24:37 +07:00
parent cada9f310a
commit 99feb5e125
5 changed files with 19 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
FROM python:3
WORKDIR /usr/src/moderation-bot
RUN apt update && apt install -y postgresql-client
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt