Skip to content

Commit 960323f

Browse files
authored
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.
1 parent 45743f3 commit 960323f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build-%:
1818
$(MAKE) $*-docker-build
1919

2020
.PHONY: build
21-
build: backend-docker-build frontend-docker-build runtime-docker-build backend-python-docker-build
21+
build: database-docker-build backend-docker-build frontend-docker-build runtime-docker-build backend-python-docker-build
2222

2323
.PHONY: create-namespace
2424
create-namespace:

0 commit comments

Comments
 (0)