Commit 931eb908 authored by qunfeng qiu's avatar qunfeng qiu
Browse files

更新 Dockerfilex,将 CMD 指令替换为 ENTRYPOINT,以确保容器启动时直接运行 waf-console

parent 2cd99719
......@@ -16,4 +16,4 @@ COPY config/waf_detection_index_template.json /
COPY --from=builder /app/dist/waf-console /waf-console
RUN ls -l /waf-console
CMD ["./waf-console"]
ENTRYPOINT ["/waf-console"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment