We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebc1153 + 8908752 commit cb1bfbbCopy full SHA for cb1bfbb
Dockerfile
@@ -1,4 +1,6 @@
1
FROM golang:1.13.4-alpine
2
3
+ENV CGO_ENABLED=0
4
+
5
COPY . /go/src/github.com/sensiblecodeio/https-redirect
6
RUN go install -v github.com/sensiblecodeio/https-redirect
0 commit comments