tanbushi commited on
Commit
991859f
·
1 Parent(s): e32f8fb
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -43,8 +43,5 @@ exec /usr/local/bin/opencode serve --hostname 0.0.0.0 --port 7860\n\
43
  # Expose the port that HuggingFace Spaces expects
44
  EXPOSE 7860
45
 
46
- RUN ls -l /home/opencode/.local/bin/start.sh
47
- RUN whoami
48
- RUN pwd
49
  # Default command - start web server
50
- CMD ["/home/opencode/.local/bin/start.sh"]
 
43
  # Expose the port that HuggingFace Spaces expects
44
  EXPOSE 7860
45
 
 
 
 
46
  # Default command - start web server
47
+ CMD ["/bin/sh", "-c", "ls -l /home/opencode/.local/bin/start.sh && whoami && pwd && exec /home/opencode/.local/bin/start.sh"]