0.0.6
[fix] entrypoint.sh 逻辑错误修正 [update] Dockerfile 内容完善 [update] README.MD 更新 [update] Github Action 逻辑调整
This commit is contained in:
+3
-1
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user