🐳 docker build

This commit is contained in:
Liang Ding 2018-03-13 11:58:24 +08:00
parent 7dc9e0e867
commit 3f48fd3250
1 changed files with 1 additions and 2 deletions

View File

@ -7,13 +7,12 @@ 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/
RUN useradd wide && useradd runner
ENV GOPATH /wide/gogogo
RUN go install github.com/visualfc/gotools github.com/nsf/gocode github.com/bradfitz/goimports
WORKDIR /wide/gogogo/src/github.com/b3log/wide
RUN go build -v