Dockerfile :octocat:

This commit is contained in:
Liang Ding 2014-12-13 19:33:02 +08:00
parent a750f10401
commit d18fc38d76
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ ENV GOPATH /wide/gogogo
RUN go get -v github.com/88250/ide_stub github.com/nsf/gocode github.com/bradfitz/goimports
WORKDIR /wide/gogogo/src/github.com/b3log/wide
RUN go get -v && go build -v
RUN go get -v && go build -v && mkdir /wide/logs/
EXPOSE 7070