We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f96e48 commit 1195cf5Copy full SHA for 1195cf5
Dockerfile
@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
14
--mount=type=cache,target=/root/.cache/go-build \
15
--mount=type=bind,target=. \
16
CGO_ENABLED=0 go build -ldflags="-s -w -X main.version=${VERSION} -X main.commit=$(git rev-parse HEAD) -X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)" \
17
- -o /bin/github-mcp-server cmd/github-mcp-server/main.go
+ -o /bin/github-mcp-server ./cmd/github-mcp-server
18
19
# Make a stage to run the app
20
FROM gcr.io/distroless/base-debian12
0 commit comments