mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
更新 Dockerfile 尝试修复启动问题
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user