更新 Dockerfile 尝试修复启动问题

This commit is contained in:
wyx2685 2023-12-18 13:36:22 +08:00 committed by GitHub
parent 4ec6426234
commit 8d116b19d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,4 @@ RUN apk --update --no-cache add tzdata ca-certificates \
RUN mkdir /etc/V2bX/
COPY --from=builder /app/V2bX /usr/local/bin
ENTRYPOINT [ "V2bX", "--config", "/etc/V2bX/config.json"]
ENTRYPOINT [ "V2bX", "server", "--config", "/etc/V2bX/config.json"]