Skip to content

Commit

Permalink
更新 Dockerfile 尝试修复启动问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wyx2685 authored Dec 18, 2023
1 parent 4ec6426 commit 8d116b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 8d116b1

Please sign in to comment.