We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7043d3 commit d3b9be4Copy full SHA for d3b9be4
images/installer/Dockerfile
@@ -9,6 +9,8 @@ COPY pkg ./pkg
9
COPY cmd ./cmd
10
COPY *.go ./
11
12
+RUN go test ./...
13
+
14
RUN CGO_ENABLED=0 go build -o kwasm-node-installer
15
RUN /app/kwasm-node-installer -h
16
0 commit comments