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 955b6db commit a609835Copy full SHA for a609835
Dockerfile
@@ -14,7 +14,7 @@ RUN go mod download
14
COPY . .
15
16
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build \
17
- -ldflags="-w -s -extldflags '-static' -X main.version=${VERSION} \
+ -ldflags="-w -s -extldflags '-static' -X main.version=${VERSION}" \
18
-a -installsuffix cgo \
19
-o bin/ctrl-hub-mcp-server \
20
cmd/server/main.go
0 commit comments