build(Makefile): fix db work-dir

This commit is contained in:
Sarah Vaupel 2024-10-21 17:07:02 +02:00
parent ef94ced729
commit 0d42970c6d

View File

@ -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: