tools: fix make/compose

This commit is contained in:
2026-07-03 19:54:55 +02:00
parent 4e7f0476e0
commit edceea6619
2 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ endif
DOCKER ?= podman
APP_EXEC ?= $(DOCKER) compose exec app
APP_RUN ?= $(DOCKER) compose run --rm -it app
APP_RUN ?= $(DOCKER) compose run --rm app
TORTOISE ?= $(APP_RUN) uv run tortoise
POSTGRES_EXEC ?= $(DOCKER) compose exec postgres