adowu commited on
Commit
83f069c
·
verified ·
1 Parent(s): 7ad526c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -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
18
 
19
  # Make a stage to run the app
20
  FROM gcr.io/distroless/base-debian12
 
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
18
 
19
  # Make a stage to run the app
20
  FROM gcr.io/distroless/base-debian12