We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1178cf3 commit 6a04d89Copy full SHA for 6a04d89
Makefile
@@ -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