From ec5c09ee2431a4425850862960d66e1ea599626d Mon Sep 17 00:00:00 2001 From: "Choi A.K." Date: Fri, 5 Sep 2025 13:57:05 +0900 Subject: [PATCH] script fix --- bin/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/update.sh b/bin/update.sh index 3c7eec2..198e96c 100644 --- a/bin/update.sh +++ b/bin/update.sh @@ -5,6 +5,7 @@ echo "[update.sh] Получение свежего кода..." git pull echo "[update.sh] Пересборка контейнера..." +cd .. docker-compose build --no-cache echo "[update.sh] Применение миграций Alembic..."