tanbushi commited on
Commit
e32f8fb
·
1 Parent(s): 69cbd0d
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -43,5 +43,8 @@ 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
  # Default command - start web server
47
- CMD ["/home/opencode/.local/bin/start.sh"]
 
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"]