This commit is contained in:
Liang Ding 2014-11-18 12:01:17 +08:00
parent 1980f5bb65
commit 436ca38539
1 changed files with 12 additions and 1 deletions

View File

@ -1 +1,12 @@
FROM golang:1.3.3
FROM golang:latest
ADD . /go/src/github.com/b3log/wide
WORKDIR /go/src/github.com/b3log/wide
RUN go get
RUN go build
ENV GOROOT /usr/src/go
EXPOSE 7070