From 8dc49261b135d2ff9119933f8e6f4e6056eaa7a5 Mon Sep 17 00:00:00 2001 From: "Choi A.K." Date: Fri, 5 Sep 2025 14:04:45 +0900 Subject: [PATCH] script fix --- bin/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/update.sh b/bin/update.sh index 132378d..42296d7 100644 --- a/bin/update.sh +++ b/bin/update.sh @@ -5,7 +5,6 @@ echo "[update.sh] Получение свежего кода..." git pull echo "[update.sh] Пересборка контейнера..." -cd .. docker compose build --no-cache echo "[update.sh] Применение миграций Alembic..."