Skip to content

Commit 6a04d89

Browse files
committed
build: Add Makefile to build Docker image
1 parent 1178cf3 commit 6a04d89

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
docker_image ?= zkn/agent:latest
2+
3+
.PHONY: image
4+
image:
5+
docker build \
6+
--build-context context-appchain=../appchain \
7+
--file Dockerfile \
8+
--tag $(docker_image) \
9+
.

0 commit comments

Comments
 (0)