mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
chore: update module name
This commit is contained in:
parent
4a0b66e9b3
commit
7ce4bf7dbe
40 changed files with 92 additions and 92 deletions
|
@ -9,9 +9,9 @@ ARG GOPROXY=""
|
|||
|
||||
ENV GOPROXY ${GOPROXY}
|
||||
|
||||
COPY . /go/src/github.com/hynetwork/hysteria
|
||||
COPY . /go/src/github.com/apernet/hysteria
|
||||
|
||||
WORKDIR /go/src/github.com/hynetwork/hysteria
|
||||
WORKDIR /go/src/github.com/apernet/hysteria
|
||||
|
||||
RUN set -ex \
|
||||
&& apk add git build-base bash \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue