Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
qiuqunfeng
waf-console
Commits
931eb908
Commit
931eb908
authored
Sep 23, 2025
by
qunfeng qiu
Browse files
更新 Dockerfilex,将 CMD 指令替换为 ENTRYPOINT,以确保容器启动时直接运行 waf-console
parent
2cd99719
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build/Dockerfilex
build/Dockerfilex
+1
-1
No files found.
build/Dockerfilex
View file @
931eb908
...
@@ -16,4 +16,4 @@ COPY config/waf_detection_index_template.json /
...
@@ -16,4 +16,4 @@ COPY config/waf_detection_index_template.json /
COPY --from=builder /app/dist/waf-console /waf-console
COPY --from=builder /app/dist/waf-console /waf-console
RUN ls -l /waf-console
RUN ls -l /waf-console
CMD
["
.
/waf-console"]
ENTRYPOINT
["/waf-console"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment