Update docker

This commit is contained in:
2026-01-30 21:55:20 +11:00
parent ce7832c872
commit e7a59adaf4
+1 -1
View File
@@ -17,7 +17,7 @@ RUN pip3 install --break-system-packages uv
RUN npm install -g pnpm bun clawdbot@latest
# Create necessary directories
RUN mkdir -p /home/node/.clawdbot /home/node/clawd
RUN mkdir -p /home/node/.clawdbot /home/node/clawd /home/node/.cache
# Set environment variables
# Python packages will be installed to /home/node/clawd so they persist after restart