We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490361d commit e612237Copy full SHA for e612237
1 file changed
agent-sdk-server/Dockerfile
@@ -24,5 +24,7 @@ RUN mkdir -p /root/.claude/projects /root/.claude/debug /root/.claude/todos /roo
24
chmod -R 777 /root/.claude /root/.claude.json /root/.aws
25
26
ENV HOME=/root
27
+# Redirect cache to /tmp (Lambda only allows writes to /tmp)
28
+ENV XDG_CACHE_HOME=/tmp/.cache
29
30
CMD ["handler.lambda_handler"]
0 commit comments