This commit is contained in:
parent
18d7e8af2d
commit
a07f3f5c8c
|
@ -12,8 +12,8 @@ RUN go build
|
||||||
|
|
||||||
RUN cp -r . /root/wide
|
RUN cp -r . /root/wide
|
||||||
WORKDIR /root/wide
|
WORKDIR /root/wide
|
||||||
RUN rm -rf /go/bin /go/pkg /go/src
|
RUN rm -rf /go/pkg /go/src
|
||||||
RUN mv ./hello /go/src/
|
RUN mv ./hello /go/src/hello
|
||||||
|
|
||||||
ENV GOROOT /usr/src/go
|
ENV GOROOT /usr/src/go
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue