mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
更新 Dockerfile 尝试修复启动问题
This commit is contained in:
parent
4ec6426234
commit
8d116b19d1
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user