0.0.12
[add] 添加订阅链接及二维码 [fix] 更新详细使用文档,添加暴露端口变量,方便生成订阅信息
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ LABEL maintainer="wulabing <wulabing@gmail.com>"
|
||||
#ENV GOPROXY=https://goproxy.cn,direct
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache git && git clone https://github.com/XTLS/Xray-core.git . && \
|
||||
RUN apk add --no-cache git libqrencode && git clone https://github.com/XTLS/Xray-core.git . && \
|
||||
go mod download && \
|
||||
go build -o xray /app/main/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user