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 846771a commit 13de340Copy full SHA for 13de340
hack/toolbox/server/Dockerfile.lite
@@ -1,5 +1,6 @@
1
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.21 as build
2
ADD ./server/server.go /
3
+ADD ./server/go.mod /
4
WORKDIR /
5
RUN CGO_ENABLED=0 GOOS=linux go build -o server .
6
0 commit comments