We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af9a51 commit abe8f82Copy full SHA for abe8f82
Dockerfile
@@ -23,4 +23,4 @@ COPY config.example.yaml ./config.yaml
23
EXPOSE 8080
24
25
# 启动服务
26
-ENTRYPOINT ["./pika serve"]
+ENTRYPOINT ["./pika", "serve"]
0 commit comments