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