This commit is contained in:
Liang Ding 2014-11-19 13:37:11 +08:00
parent 21324808d2
commit 0696b21027
1 changed files with 2 additions and 2 deletions

View File

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