Spaces:
Sleeping
Sleeping
Claude Code Claude Opus 4.6 commited on
Commit ·
385d0e7
1
Parent(s): 2edbaaf
Claude Code: fix Dockerfile - remove invalid shell syntax from COPY command
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 15 |
# Copy all application files - combined layer for faster builds
|
| 16 |
COPY app.py error_handlers.py entrypoint.sh openclaw.json /app/
|
| 17 |
COPY openclaw/ /app/openclaw/
|
| 18 |
-
COPY static/ /app/static/
|
| 19 |
|
| 20 |
# Create necessary directories
|
| 21 |
RUN mkdir -p /app/logs && \
|
|
|
|
| 15 |
# Copy all application files - combined layer for faster builds
|
| 16 |
COPY app.py error_handlers.py entrypoint.sh openclaw.json /app/
|
| 17 |
COPY openclaw/ /app/openclaw/
|
| 18 |
+
COPY static/ /app/static/
|
| 19 |
|
| 20 |
# Create necessary directories
|
| 21 |
RUN mkdir -p /app/logs && \
|