build(Makefile): fill uniworxdb before starting backend

This commit is contained in:
Sarah Vaupel 2025-02-20 16:14:52 +01:00
parent fbd3c6d7c5
commit 8198559a94

View File

@ -99,6 +99,7 @@ start:
$(MAKE) start-memcached
$(MAKE) start-minio
$(MAKE) compile-frontend
$(MAKE) compile-uniworxdb
$(MAKE) start-backend
.PHONY: %-backend