Dockerfile :octocat:

This commit is contained in:
Liang Ding 2014-12-13 22:03:55 +08:00
parent 970a06550d
commit 1659e587d2
1 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,9 @@ 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 && mkdir /wide/logs/
RUN go get -v && go build -v
RUN ln -sf /dev/stdout /var/log/wide/out.log
RUN ln -sf /dev/stderr /var/log/wide/err.log
EXPOSE 7070