This commit is contained in:
Liang Ding 2015-08-05 13:16:53 +08:00
parent 67b511ad86
commit cc70eb66ff
1 changed files with 1 additions and 3 deletions

View File

@ -11,9 +11,7 @@ RUN useradd wide && useradd runner
ENV GOROOT /usr/src/go
ENV GOPATH /wide/gogogo
RUN go get github.com/visualfc/gotools github.com/nsf/gocode github.com/bradfitz/goimports
WORKDIR /wide/gogogo/src/github.com/b3log/wide
RUN go get && go build -v
RUN go build -v
EXPOSE 7070