We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9c222 commit a4b7b73Copy full SHA for a4b7b73
Dockerfile
@@ -10,7 +10,7 @@ RUN go mod download
10
11
COPY . .
12
13
-RUN CGO_ENABLED=0 go build -ldflags "-s -w" -o /usr/bin/httpsify ./cmd/
+RUN CGO_ENABLED=0 go build -ldflags "-s -w" -o /usr/bin/httpsify .
14
15
FROM alpine
16
0 commit comments