mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-09-20 23:16:03 +00:00
chore(docker): update GOPATH dir
update GOPATH dir Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user