From 60e7faca5f7593ddac1e85cee12c45e12f81731c Mon Sep 17 00:00:00 2001 From: deadzilla Date: Tue, 14 Jul 2026 22:53:57 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=B0=D1=82:=20=D1=82=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D1=8B=20=D0=B8=20pytest=20=D1=83=D0=B4=D0=B0=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=B8=D0=B7=20Dockerfile=20(Docker=20?= =?UTF-8?q?=E2=80=94=20production-=D0=BE=D0=BA=D1=80=D1=83=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 873dded..b64592d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ RUN mkdir -p logs # Устанавливаем зависимости и утилиту ps для healthcheck COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt && \ - pip install --no-cache-dir pytest pytest-asyncio && \ apt-get update && apt-get install -y --no-install-recommends tzdata procps && \ rm -rf /var/lib/apt/lists/* @@ -20,7 +19,6 @@ COPY bot.py . COPY conftest.py . COPY commands/ commands/ COPY utils/ utils/ -COPY tests/ tests/ # .env передаётся через docker-compose environment: # DISCORD_TOKEN=${DISCORD_TOKEN} # MORNING_TIME=${MORNING_TIME:-07:00}