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 \