Melika Kheirieh commited on
Commit
e1a22fb
·
1 Parent(s): dd9ee64

chore(debug): list /app contents before CMD

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -52,5 +52,6 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \
52
  # Hugging Face Spaces expect public app on port 7860
53
  EXPOSE 7860
54
 
 
55
  # Unified startup script
56
  CMD ["python", "start.py"]
 
52
  # Hugging Face Spaces expect public app on port 7860
53
  EXPOSE 7860
54
 
55
+ RUN echo "==== DEBUG LISTING /app ====" && ls -R /app
56
  # Unified startup script
57
  CMD ["python", "start.py"]