Spaces:
Sleeping
Sleeping
Claude Code commited on
Commit ·
0e578e8
1
Parent(s): 0381ca2
Claude Code: The Space is failing to start. Read the current container error logs to
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 13 |
|
| 14 |
COPY app.py .
|
| 15 |
COPY openclaw.json .
|
|
|
|
| 16 |
COPY static/ /app/static/
|
| 17 |
|
| 18 |
# Create logs directory
|
|
|
|
| 13 |
|
| 14 |
COPY app.py .
|
| 15 |
COPY openclaw.json .
|
| 16 |
+
COPY openclaw/.openclaw /app/openclaw
|
| 17 |
COPY static/ /app/static/
|
| 18 |
|
| 19 |
# Create logs directory
|