🐳 docker build

This commit is contained in:
Liang Ding 2018-03-13 12:04:39 +08:00
parent 3f48fd3250
commit 688cb7cce4
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ ENV GOROOT_BOOTSTRAP=/usr/local/gobt
ADD . /wide/gogogo/src/github.com/b3log/wide
ADD vendor/* /wide/gogogo/src/
RUN go install github.com/visualfc/gotools github.com/nsf/gocode github.com/bradfitz/goimports
RUN useradd wide && useradd runner