Skip to content

Commit 0ca5f29

Browse files
authored
feat: Add build target for generic docker builds in Makefile (#110)
* feature: Add build target for generic docker builds in Makefile
1 parent bc2f57f commit 0ca5f29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ VALID_BUILD_TARGETS := backend database frontend runtime backend-python deer-flo
166166
$(call docker-build,$*,datamate-$*); \
167167
fi
168168

169+
.PHONY: build-%
170+
build-%: %-docker-build
171+
@:
172+
169173
.PHONY: build
170174
build: database-docker-build backend-docker-build frontend-docker-build runtime-docker-build backend-python-docker-build
171175

0 commit comments

Comments
 (0)