Clone repo with git-lfs inside Docker to get LFS files 617ede1 k-l-lambda Claude commited on about 1 month ago
Simplify Dockerfile - copy directories without wildcards 8c053fb k-l-lambda Claude commited on about 1 month ago
Split frontend copy to identify LFS file issue 196976e k-l-lambda Claude commited on about 1 month ago
Install backend deps at root level to avoid nested npm issue ba018b4 k-l-lambda Claude commited on about 1 month ago
Try npm install with --ignore-scripts for backend aa55d85 k-l-lambda Claude commited on about 1 month ago
Minimal diagnostic Dockerfile with step-by-step echo 8503c2c k-l-lambda Claude commited on about 1 month ago
Use npm ci with fallback to npm install --force 7bb4f7a k-l-lambda Claude commited on about 1 month ago
Skip frontend build, use pre-built dist folder f35f8c5 k-l-lambda Claude commited on about 1 month ago
Use full node:20 image and add verbose npm install d1748ef k-l-lambda Claude commited on about 1 month ago
Add verbose step-by-step debug output to Dockerfile 574ab36 k-l-lambda Claude commited on about 1 month ago
Revert to building frontend from source with verbose output 5b189e3 k-l-lambda Claude commited on about 1 month ago
Use git clone with LFS pull to properly resolve LFS files 850daa9 k-l-lambda Claude commited on about 1 month ago
Use pre-built dist folder instead of building in Docker 11f07f6 k-l-lambda Claude commited on about 1 month ago
Revert to building in Docker instead of using pre-built files 90ad400 k-l-lambda Claude commited on about 1 month ago
Debug: add verbose directory listing during clone 4f0cc53 k-l-lambda Claude commited on about 1 month ago
Fix: use full git clone instead of shallow for LFS files 127ba83 k-l-lambda Claude commited on about 1 month ago
Fix: use git clone + lfs pull instead of COPY for LFS files 8060255 k-l-lambda Claude commited on about 1 month ago
Add verification steps to check pre-built files exist e2c9801 k-l-lambda Claude commited on about 1 month ago
Debug: add non-failing directory structure check 9350773 k-l-lambda Claude commited on about 1 month ago
Fix: remove dist exclusion from .dockerignore ae72628 k-l-lambda Claude commited on about 1 month ago
Add verification step to check pre-built files exist e180aed k-l-lambda Claude commited on about 1 month ago
Pre-build backend to skip esbuild step in Docker 6a4b3c0 k-l-lambda Claude commited on about 1 month ago
Fix: correct esbuild output path and remove redundant COPY step 9563838 k-l-lambda Claude commited on about 1 month ago
Skip vite build by committing pre-built frontend dist be5c8a6 k-l-lambda Claude commited on about 1 month ago
Fix: increase Node.js memory limit for vite build 53f75a9 k-l-lambda Claude commited on about 1 month ago
Fix: exclude large ONNX files from vite build step 2fb00d9 k-l-lambda Claude commited on about 1 month ago
Fix: update .dockerignore to include package-lock.json and .env files 16054ff k-l-lambda Claude commited on about 1 month ago
Fix: simplify vite config path resolution and use local vite binary a3cb895 k-l-lambda Claude commited on about 1 month ago
Fix: regenerate package-lock.json with sass instead of sass-embedded ff0a701 k-l-lambda Claude commited on about 1 month ago
Fix: remove scss api setting and add debug output for vite build 7be3ed0 k-l-lambda Claude commited on about 1 month ago
Fix: replace sass-embedded with sass for Docker compatibility 84c3e8c k-l-lambda Claude commited on about 1 month ago
Skip jison parser build - use pre-built tgnParser.cjs 077b914 k-l-lambda commited on about 1 month ago
Add debug logging for socket.io room membership 634af17 k-l-lambda Claude commited on about 1 month ago