mineru / Dockerfile

Commit History

Automated push by deployment script
dd76c65

Marcos commited on

Automated push by deployment script
0cdb42e

Marcos commited on

Automated push by deployment script
6843a47

Marcos commited on

Automated push by deployment script
cc0e401

Marcos commited on

Automated push by deployment script
7c177dc

Marcos commited on

Automated push by deployment script
90ef48f

Marcos commited on

Automated push by deployment script
9307755

Marcos commited on

Automated push by deployment script
c2dc695

Marcos commited on

Automated push by deployment script
0f2dc77

Marcos commited on

Automated push by deployment script
1eae7d2

Marcos commited on

Automated push by deployment script
1ce0835

Marcos commited on

Automated push by deployment script
1927135

Marcos commited on

Automated push by deployment script
7b88ff9

Marcos commited on

Update Dockerfile to create public and audios directories with placeholder index.html
7c4c74f

Marcos commited on

Update Dockerfile to install ca-certificates and comment out rhubarb download
57ae9f0

Marcos commited on

Update Dockerfile to download rhubarb at build time
5531ede

Marcos commited on

Deploy Virtual Girlfriend backend v1
1fdff05

Marcos commited on

Deploy Virtual Girlfriend backend v1
9e80488

Marcos commited on

Fix npm build script to be a no-op for backend
f55c577

Marcos commited on

Simplify entrypoint.sh to directly start backend with node index.js
ecd0bde

Marcos commited on

Add build script to package.json for backend
1c5ac25

Marcos commited on

Update entrypoint.sh to start backend with npm run dev or node index.js
3b09c3a

Marcos commited on

Update /voice-chat endpoint to use request text and start with npm run dev
74ba5f1

Marcos commited on

Update /voice-chat endpoint response to include relevant voice chat data
19f5cd2

Marcos commited on

Update Dockerfile to ensure /voice-chat endpoint returns JSON response
fab451d

Marcos commited on

Update Dockerfile to create necessary files directly without COPY commands
1f3c5dc

Marcos commited on

Update Dockerfile to handle multiple backend paths and add basic voice-chat endpoint
f429078

Marcos commited on

Update Dockerfile to create minimal package.json and index.js if not found
65ead1e

Marcos commited on

Update Dockerfile to fix build context path for backend directory
6ddaa1d

Marcos commited on

Update Dockerfile to ensure complete backend code is copied
43267af

Marcos commited on

Ensure full backend directory is copied to include voice-chat endpoint
fc87b2e

Marcos commited on

Increase payload size limit in backend Dockerfile to handle large audio data
b618f92

Marcos commited on

Update index.js to use ES module syntax
23d4d03

Marcos commited on

Create minimal index.js in Dockerfile if not found
c5b6680

Marcos commited on

Add debug step in Dockerfile to check for index.js before app start
cd1e1c5

Marcos commited on

Explicitly copy backend files in Dockerfile to fix missing index.js
6e50b9c

Marcos commited on

Fix Dockerfile to ensure backend/package.json exists and has required dependencies
ce90b14

Marcos commited on

Remove frontend server and directly bind backend to port 7860 for Hugging Face deployment
e09464b

Marcos commited on

Expose port 3000 for external access and update entrypoint script
91696e2

Marcos commited on

Fix frontend server binding and network issues
a45c288

Marcos commited on

Complete redesign: Run frontend in dev mode and proxy requests
97dbb68

Marcos commited on

Fix Dockerfile to build real frontend instead of placeholder
26bdd7f

Marcos commited on

Completely redesign frontend build process with standalone React app
1960d29

Marcos commited on

Update Dockerfile to build frontend during build process
be63071

Marcos commited on

Fix Dockerfile syntax error by using single-line HTML
a100ee6

Marcos commited on

Add nicely styled fallback page
d63c987

Marcos commited on

Make frontend build conditional to handle missing files
61875cd

Marcos commited on

Add frontend build and serving via the backend
b3420bd

Marcos commited on

Update package.json to include serve-static dependency
d0ded86

Marcos commited on

Add robust fallbacks for missing files and debug output
c953c55

Marcos commited on