Spaces:
Sleeping
Sleeping
Claude Code Claude Opus 4.6 commited on
Commit ·
85d96fe
1
Parent(s): e60cd0a
Claude Code: Fix Docker path resolution - support nested openclaw structure
Browse fileschmod /app/.openclaw -> /app/openclaw/.openclaw
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ COPY openclaw/ /app/openclaw/
|
|
| 27 |
# Create necessary directories with proper permissions
|
| 28 |
RUN mkdir -p /app/logs && \
|
| 29 |
chmod +x /app/entrypoint.sh && \
|
| 30 |
-
chmod 777 /app/logs /app/.openclaw
|
| 31 |
|
| 32 |
# PORT is set by HuggingFace Spaces - no hardcoded ENV here to avoid collision
|
| 33 |
EXPOSE 7860
|
|
|
|
| 27 |
# Create necessary directories with proper permissions
|
| 28 |
RUN mkdir -p /app/logs && \
|
| 29 |
chmod +x /app/entrypoint.sh && \
|
| 30 |
+
chmod 777 /app/logs /app/openclaw/.openclaw
|
| 31 |
|
| 32 |
# PORT is set by HuggingFace Spaces - no hardcoded ENV here to avoid collision
|
| 33 |
EXPOSE 7860
|