From 0fe0e49401604b5ab93cc25c8d52148eb5c7132c Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Tue, 14 Aug 2018 00:56:16 +0200 Subject: [PATCH] chore: set git remote to GitHub https URL --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f4eacbe..f1a15c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,5 @@ RUN apk --update add make git go rsync libc-dev \ # Install protoc-gen-gotemplate COPY . /go/src/github.com/moul/protoc-gen-gotemplate WORKDIR /go/src/github.com/moul/protoc-gen-gotemplate +RUN git remote set-url origin https://github.com/moul/protoc-gen-gotemplate RUN go install . ./cmd/web-editor