Skip to content

Commit b5105c7

Browse files
committed
Add missing make build target
1 parent e6051fe commit b5105c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ rootfs:
1919
@cp config.json ./plugin/
2020
@docker rm -vf tmp
2121

22+
build:
23+
@docker build -q -t ${PLUGIN_NAME}:${PLUGIN_TAG} .
24+
2225
create:
2326
@echo "### remove existing plugin ${PLUGIN_NAME}:${PLUGIN_TAG} if exists"
2427
@docker plugin rm -f ${PLUGIN_NAME}:${PLUGIN_TAG} || true

0 commit comments

Comments
 (0)