🐳 docker build

This commit is contained in:
Liang Ding 2018-03-13 12:06:55 +08:00
parent 688cb7cce4
commit 01ccdc329a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN apt-get update && apt-get install bzip2 zip unzip && cp -r /usr/local/go /us
ENV GOROOT_BOOTSTRAP=/usr/local/gobt
ADD . /wide/gogogo/src/github.com/b3log/wide
ADD vendor/* /wide/gogogo/src/
ADD vendor/* /go/src/
RUN go install github.com/visualfc/gotools github.com/nsf/gocode github.com/bradfitz/goimports
RUN useradd wide && useradd runner