Dockerfile :octocat:
This commit is contained in:
parent
970a06550d
commit
1659e587d2
|
@ -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
|
Loading…
Reference in New Issue