From 6138af4e636306f4a859a55e62fc687d48aabc7d Mon Sep 17 00:00:00 2001 From: "mamonov.ep" Date: Mon, 8 Dec 2025 15:18:19 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D1=83=D0=BB=D1=83=D1=87=D1=88=D0=B5?= =?UTF-8?q?=D0=BD=20docker-bot-rebuild=20-=20=D0=BF=D0=BE=D0=BB=D0=BD?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=BF=D0=B5=D1=80=D0=B5=D1=81=D0=B1=D0=BE=D1=80?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=B9=D0=BD=D0=B5?= =?UTF-8?q?=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6665219..e50b9e5 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,10 @@ docker-bot-build: docker-compose build bot docker-bot-rebuild: - docker-compose up -d --build bot + docker-compose stop bot + docker-compose rm -f bot + docker-compose build --no-cache bot + docker-compose up -d bot # ------- Alembic migrations (в контейнере бота) ------- migrate: