We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de23910 commit 49d9740Copy full SHA for 49d9740
_examples/xkcdsearch/Dockerfile
@@ -8,7 +8,7 @@ FROM golang:1.11-alpine AS Builder
8
WORKDIR /go-elasticsearch-demo-xkcdsearch
9
COPY . .
10
11
-RUN CGO_ENABLED=0 GOOS=linux go build -mod=vendor -tags netgo -o /xkcdsearch cmd/xkcdsearch/main.go
+RUN CGO_ENABLED=0 GOOS=linux go build -mod=vendor -tags netgo -o /xkcdsearch cmd/xkcd/main.go
12
13
FROM alpine
14
RUN apk update && apk add ca-certificates
0 commit comments