From 0d42970c6db288620491b8aa3484f8caaf1e38cf Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 21 Oct 2024 17:07:02 +0200 Subject: [PATCH] build(Makefile): fix db work-dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 032cf460a..1303530fd 100644 --- a/Makefile +++ b/Makefile @@ -201,7 +201,7 @@ db: --image-build --containerized---db; --db-backend: .stack SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \ AVSPASS=${AVSPASS:-nopasswordset} ; \ - stack exec uniworxdb -- $(UNIWORXDB_OPTS) + stack --work-dir .stack-work-build exec uniworxdb -- $(UNIWORXDB_OPTS) .PHONY: .stack .stack: