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: