This commit is contained in:
Liang Ding 2014-11-19 15:08:20 +08:00
parent 18d7e8af2d
commit a07f3f5c8c
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ RUN go build
RUN cp -r . /root/wide
WORKDIR /root/wide
RUN rm -rf /go/bin /go/pkg /go/src
RUN mv ./hello /go/src/
RUN rm -rf /go/pkg /go/src
RUN mv ./hello /go/src/hello
ENV GOROOT /usr/src/go