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.
This commit is contained in:
Jason Wang
2025-11-13 16:25:42 +08:00
committed by GitHub
parent 45743f39f5
commit 960323f41c

View File

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