Skip to content

Commit 49d9740

Browse files
authored
Fixed invalid xcdsearch path to xkcd in _examples/xcdsearch Dockerfile (#229)
1 parent de23910 commit 49d9740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/xkcdsearch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM golang:1.11-alpine AS Builder
88
WORKDIR /go-elasticsearch-demo-xkcdsearch
99
COPY . .
1010

11-
RUN CGO_ENABLED=0 GOOS=linux go build -mod=vendor -tags netgo -o /xkcdsearch cmd/xkcdsearch/main.go
11+
RUN CGO_ENABLED=0 GOOS=linux go build -mod=vendor -tags netgo -o /xkcdsearch cmd/xkcd/main.go
1212

1313
FROM alpine
1414
RUN apk update && apk add ca-certificates

0 commit comments

Comments
 (0)