chore(docker): update GOPATH dir

update GOPATH dir

Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
mritd 2021-08-13 16:25:51 +08:00
parent 6c16721445
commit c4ed9fe58b
No known key found for this signature in database
GPG key ID: 98C41327E6D3E645

View file

@ -9,9 +9,9 @@ ARG GOPROXY=""
ENV GOPROXY ${GOPROXY}
COPY . /go/src/github.com/tobyxdd/hysteria
COPY . /go/src/github.com/hynetwork/hysteria
WORKDIR /go/src/github.com/tobyxdd/hysteria/cmd
WORKDIR /go/src/github.com/hynetwork/hysteria/cmd
RUN set -ex \
&& apk add git build-base \