We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
safe.directory
1 parent 6cc6d7d commit 9812e07Copy full SHA for 9812e07
Dockerfile
@@ -22,5 +22,8 @@ RUN npm install -g @anthropic-ai/claude-code@2.0.8 @openai/codex@0.63.0 \
22
USER node
23
WORKDIR /workspace
24
25
+# Mark the bind-mounted workspace as safe for git (addresses CVE-2022-24765 warnings)
26
+RUN git config --global --add safe.directory /workspace
27
+
28
# Keep the container alive if run interactively; the runner execs specific CLIs
29
CMD ["bash"]
0 commit comments