mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-08 05:19:56 +00:00
chore(docker): update GOPATH dir
update GOPATH dir Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
parent
6c16721445
commit
c4ed9fe58b
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user