We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd80ab commit 54701f7Copy full SHA for 54701f7
Taskfile.yml
@@ -55,6 +55,16 @@ tasks:
55
generates:
56
- '../../internal/resources/dist/index.html'
57
58
+ build:container:
59
+ desc: Build container image with ko (local)
60
+ deps:
61
+ - build:ui
62
+ preconditions:
63
+ - sh: command -v ko
64
+ msg: "ko not found. Install: go install github.com/google/ko@latest"
65
+ cmds:
66
+ - ko build --local ./cmd/minder-mcp
67
+
68
# ============================================================
69
# Dependencies
70
0 commit comments