This commit is contained in:
Liang Ding 2014-11-18 12:46:04 +08:00
parent e89726844b
commit 95faadf852
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
FROM golang:latest
RUN go get github.com/88250/ide_stub
RUN go get github.com/nsf/gocode
ADD . /go/src/github.com/b3log/wide
WORKDIR /go/src/github.com/b3log/wide