Логгирование с помощью logger
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user