This commit is contained in:
2025-08-08 10:39:10 +09:00
parent 05bc50269d
commit c8068aea1d
223 changed files with 2199 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ echo "📥 Получаем обновления..."
git pull
echo "🔨 Собираем контейнеры..."
docker compose build
docker compose build --no-cache
echo "⬆ Обновляем БД..."
docker compose exec django python manage.py migrate