airsltd commited on
Commit
4a2d2b3
·
1 Parent(s): 9900c04
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN npm install -g openclaw@latest
24
  WORKDIR /app
25
 
26
  # Copy .openclaw 目录结构
27
- COPY -r ./.openclaw.example /home/node/.openclaw
28
 
29
  # COPY ./.openclaw.example/openclaw.json /home/node/.openclaw/openclaw.json
30
  # RUN mkdir -p /home/node/.openclaw/workspace
 
24
  WORKDIR /app
25
 
26
  # Copy .openclaw 目录结构
27
+ COPY ./.openclaw.example /home/node/.openclaw
28
 
29
  # COPY ./.openclaw.example/openclaw.json /home/node/.openclaw/openclaw.json
30
  # RUN mkdir -p /home/node/.openclaw/workspace