mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:34:19 +08:00
fix docker dev environment build
This commit is contained in:
parent
8b864a22a5
commit
41a381d2bf
@ -5,9 +5,9 @@ FROM golang:alpine
|
|||||||
RUN apk --no-cache add iptables ip6tables git
|
RUN apk --no-cache add iptables ip6tables git
|
||||||
ENV GO111MODULE=on
|
ENV GO111MODULE=on
|
||||||
ENV GOPROXY=https://goproxy.cn
|
ENV GOPROXY=https://goproxy.cn
|
||||||
RUN go get github.com/codegangsta/gin
|
RUN go install github.com/codegangsta/gin@latest
|
||||||
WORKDIR /service
|
WORKDIR /service
|
||||||
COPY --from=v2ray /usr/bin/v2ray /usr/bin/v2ctl /usr/share/v2ray/
|
COPY --from=v2ray /usr/bin/v2ray /usr/share/v2ray/
|
||||||
COPY --from=v2ray /usr/local/share/v2ray/* /usr/local/share/v2ray/
|
COPY --from=v2ray /usr/local/share/v2ray/* /usr/local/share/v2ray/
|
||||||
ENV PATH=$PATH:/usr/share/v2ray
|
ENV PATH=$PATH:/usr/share/v2ray
|
||||||
ENV CONFIG=../config.json
|
ENV CONFIG=../config.json
|
||||||
|
Loading…
Reference in New Issue
Block a user