build(Makefile): fix db work-dir
This commit is contained in:
parent
ef94ced729
commit
0d42970c6d
2
Makefile
2
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:
|
||||
|
||||
Reference in New Issue
Block a user