[add] 添加订阅链接及二维码
[fix] 更新详细使用文档,添加暴露端口变量,方便生成订阅信息
This commit is contained in:
wulabing
2023-04-17 19:22:56 +08:00
parent 1bf676df1a
commit 923fb3b8e6
3 changed files with 62 additions and 7 deletions
+1 -1
View File
@@ -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/