This commit is contained in:
Liang Ding 2014-11-19 13:57:58 +08:00
parent 0696b21027
commit 18d7e8af2d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ WORKDIR /go/src/github.com/b3log/wide
RUN go get
RUN go build
RUN mv . /root/wide
RUN cp -r . /root/wide
WORKDIR /root/wide
RUN rm -rf /go/bin /go/pkg /go/src
RUN mv ./hello /go/src/