Initial version of the web-editor

This commit is contained in:
Manfred Touron
2017-10-26 16:48:58 +02:00
parent ba84ae0c01
commit 64c92d0c8d
4 changed files with 236 additions and 1 deletions

View File

@@ -10,4 +10,4 @@ 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 go install .
RUN go install . ./cmd/web-editor