Elysiadev11 commited on
Commit
066d383
·
verified ·
1 Parent(s): f617184

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -23,14 +23,10 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh
23
 
24
  # 5. Set workdir & copy scripts
25
  WORKDIR /app
26
- COPY sync.py .
27
  COPY start-openclaw.sh .
28
  RUN chmod +x start-openclaw.sh
29
 
30
- # 6. Create workspace directory for VS Code
31
- RUN mkdir -p /home/coder/workspace
32
-
33
- # 7. Environment variables
34
  ENV PORT=7860 HOME=/root
35
 
36
  EXPOSE 7860
 
23
 
24
  # 5. Set workdir & copy scripts
25
  WORKDIR /app
 
26
  COPY start-openclaw.sh .
27
  RUN chmod +x start-openclaw.sh
28
 
29
+ # 6. Environment variables
 
 
 
30
  ENV PORT=7860 HOME=/root
31
 
32
  EXPOSE 7860