chore(docker): update GOPATH dir
update GOPATH dir Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
parent
6c16721445
commit
c4ed9fe58b
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue