Skip to content

Commit cb1bfbb

Browse files
authored
Merge pull request #4 from sensiblecodeio/build-static-binary
Build static binary
2 parents ebc1153 + 8908752 commit cb1bfbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
FROM golang:1.13.4-alpine
22

3+
ENV CGO_ENABLED=0
4+
35
COPY . /go/src/github.com/sensiblecodeio/https-redirect
46
RUN go install -v github.com/sensiblecodeio/https-redirect

0 commit comments

Comments
 (0)