🐳 docker build
This commit is contained in:
parent
7dc9e0e867
commit
3f48fd3250
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue