From c4ed9fe58b218470543c080730f1da4b5296f03f Mon Sep 17 00:00:00 2001 From: mritd Date: Fri, 13 Aug 2021 16:25:51 +0800 Subject: [PATCH] chore(docker): update GOPATH dir update GOPATH dir Signed-off-by: mritd --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a0dee50..0007df8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \