We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6cb8d commit e3eb650Copy full SHA for e3eb650
Dockerfile
@@ -14,7 +14,7 @@ RUN go mod download
14
# Copy the go source
15
COPY *.go ./
16
17
-RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on go build -ldflags '-w -s -buildid=' -a -o download-server
+RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on go build -ldflags '-w -s -buildid=' -a -o download-server main.go
18
19
FROM alpine
20
0 commit comments