From 960323f41c8c2e57fbd29c8e5a263c4ae73d4574 Mon Sep 17 00:00:00 2001 From: Jason Wang <56037774+JasonW404@users.noreply.github.com> Date: Thu, 13 Nov 2025 16:25:42 +0800 Subject: [PATCH] fix: Restore database-docker-build to build target (#81) Re-adds the 'database-docker-build' step to the build process. This target was accidentally removed in PR #79. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b535fc..63394bd 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ build-%: $(MAKE) $*-docker-build .PHONY: build -build: backend-docker-build frontend-docker-build runtime-docker-build backend-python-docker-build +build: database-docker-build backend-docker-build frontend-docker-build runtime-docker-build backend-python-docker-build .PHONY: create-namespace create-namespace: