мини фиксы

This commit is contained in:
Artem Tsyrulnikov
2026-02-18 20:21:38 +03:00
parent 189a4634e3
commit e48cd7bccc
8 changed files with 37 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ run:
uv run uvicorn src.main:app
up:
GIT_COMMIT=$$(git rev-parse --short HEAD) docker compose up --build -d --force-recreate
GIT_COMMIT_COUNT=$$(git rev-list --count HEAD 2>/dev/null) docker compose up --build -d --force-recreate
docker compose logs -f
migrate-init:
@@ -35,5 +35,3 @@ clean:
@docker network rm $$(docker network ls -q | grep -vE 'bridge|host|none') 2>/dev/null || true
@docker system prune --volumes -f
@echo "${GREEN}Docker очистка завершена. Базовые образы из registry сохранены.${NC}"