Skip to content

Commit 13de340

Browse files
authored
fix: fixing toolbox-lite dockerfile (#2520)
1 parent 846771a commit 13de340

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/toolbox/server/Dockerfile.lite

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.21 as build
22
ADD ./server/server.go /
3+
ADD ./server/go.mod /
34
WORKDIR /
45
RUN CGO_ENABLED=0 GOOS=linux go build -o server .
56

0 commit comments

Comments
 (0)