chore: set git remote to GitHub https URL
This commit is contained in:
@@ -10,4 +10,5 @@ RUN apk --update add make git go rsync libc-dev \
|
|||||||
# Install protoc-gen-gotemplate
|
# Install protoc-gen-gotemplate
|
||||||
COPY . /go/src/github.com/moul/protoc-gen-gotemplate
|
COPY . /go/src/github.com/moul/protoc-gen-gotemplate
|
||||||
WORKDIR /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
|
RUN go install . ./cmd/web-editor
|
||||||
|
Reference in New Issue
Block a user