Update Dockerfile to create public and audios directories with placeholder index.html 7c4c74f Marcos commited on May 7, 2025
Update Dockerfile to install ca-certificates and comment out rhubarb download 57ae9f0 Marcos commited on May 7, 2025
Simplify entrypoint.sh to directly start backend with node index.js ecd0bde Marcos commited on May 7, 2025
Update entrypoint.sh to start backend with npm run dev or node index.js 3b09c3a Marcos commited on May 7, 2025
Update /voice-chat endpoint to use request text and start with npm run dev 74ba5f1 Marcos commited on May 7, 2025
Update /voice-chat endpoint response to include relevant voice chat data 19f5cd2 Marcos commited on May 7, 2025
Update Dockerfile to ensure /voice-chat endpoint returns JSON response fab451d Marcos commited on May 7, 2025
Update Dockerfile to create necessary files directly without COPY commands 1f3c5dc Marcos commited on May 7, 2025
Update Dockerfile to handle multiple backend paths and add basic voice-chat endpoint f429078 Marcos commited on May 7, 2025
Update Dockerfile to create minimal package.json and index.js if not found 65ead1e Marcos commited on May 7, 2025
Update Dockerfile to fix build context path for backend directory 6ddaa1d Marcos commited on May 7, 2025
Ensure full backend directory is copied to include voice-chat endpoint fc87b2e Marcos commited on May 7, 2025
Increase payload size limit in backend Dockerfile to handle large audio data b618f92 Marcos commited on May 7, 2025
Add debug step in Dockerfile to check for index.js before app start cd1e1c5 Marcos commited on May 7, 2025
Explicitly copy backend files in Dockerfile to fix missing index.js 6e50b9c Marcos commited on May 7, 2025
Fix Dockerfile to ensure backend/package.json exists and has required dependencies ce90b14 Marcos commited on May 7, 2025
Remove frontend server and directly bind backend to port 7860 for Hugging Face deployment e09464b Marcos commited on May 7, 2025
Expose port 3000 for external access and update entrypoint script 91696e2 Marcos commited on May 6, 2025
Complete redesign: Run frontend in dev mode and proxy requests 97dbb68 Marcos commited on May 6, 2025
Completely redesign frontend build process with standalone React app 1960d29 Marcos commited on May 6, 2025