[fix] entrypoint.sh 逻辑错误修正
[update] Dockerfile 内容完善
[update] README.MD 更新
[update] Github Action 逻辑调整
This commit is contained in:
wulabing
2023-03-17 16:40:58 +08:00
parent 987328d6df
commit 3993f9da1b
5 changed files with 47 additions and 37 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ ENV TZ=Asia/Shanghai
WORKDIR /
COPY . /
COPY ./entrypoint.sh /
COPY ./config.json /
COPY --from=builder /app/xray /
RUN apk add --no-cache tzdata ca-certificates util-linux jq && \