Dockerfile :octocat:
This commit is contained in:
parent
a750f10401
commit
d18fc38d76
|
@ -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
|
Loading…
Reference in New Issue