Commit History

Bundle all dependencies (remove --external flags)
48fe432

k-l-lambda commited on

Debug: restore Node server with startup wrapper
1f609d0

k-l-lambda commited on

Test: minimal static file server to debug container startup
e5bc874

k-l-lambda commited on

Debug: add syntax check, install onnxruntime-web for WASM
7e9c04f

k-l-lambda commited on

Debug: add file verification, remove unneeded public folder copy
e068877

k-l-lambda commited on

Fix .dockerignore: keep WASM files needed for onnxruntime
f4876c1

k-l-lambda commited on

Fix Docker build: copy inc/ before esbuild, allow .env.local
a6949ee

k-l-lambda commited on

Use .dockerignore to exclude LFS files (WASM, ONNX)
1383f8e

k-l-lambda Claude commited on

Force rebuild with new timestamp
6961147

k-l-lambda Claude commited on

Skip LFS files (ONNX, WASM) - copy only essential frontend files
fc1befc

k-l-lambda Claude commited on

Add error handling to diagnose cp failure
cfb16ef

k-l-lambda Claude commited on

Create app directory before copying dist
4ee4b23

k-l-lambda Claude commited on

Add debug output for cloned repo contents
2548820

k-l-lambda Claude commited on

Clone repo with git-lfs inside Docker to get LFS files
617ede1

k-l-lambda Claude commited on

Remove all echo statements from Dockerfile
b218f18

k-l-lambda Claude commited on

Simplify Dockerfile - copy directories without wildcards
8c053fb

k-l-lambda Claude commited on

Split frontend copy to identify LFS file issue
196976e

k-l-lambda Claude commited on

Install backend deps at root level to avoid nested npm issue
ba018b4

k-l-lambda Claude commited on

Try npm install with --ignore-scripts for backend
aa55d85

k-l-lambda Claude commited on

Add more debugging for backend npm install
426c756

k-l-lambda Claude commited on

Minimal diagnostic Dockerfile with step-by-step echo
8503c2c

k-l-lambda Claude commited on

Remove git and git-lfs from Docker build
b7f5bc6

k-l-lambda Claude commited on

Use yarn for root install, npm for backend
26001bb

k-l-lambda Claude commited on

Use npm ci with fallback to npm install --force
7bb4f7a

k-l-lambda Claude commited on

Skip frontend build, use pre-built dist folder
f35f8c5

k-l-lambda Claude commited on

Use full node:20 image and add verbose npm install
d1748ef

k-l-lambda Claude commited on

Fix Dockerfile to copy correct config files
2488b95

k-l-lambda Claude commited on

Add verbose step-by-step debug output to Dockerfile
574ab36

k-l-lambda Claude commited on

Revert to building frontend from source with verbose output
5b189e3

k-l-lambda Claude commited on

Use git clone with LFS pull to properly resolve LFS files
850daa9

k-l-lambda Claude commited on

Use pre-built dist folder instead of building in Docker
11f07f6

k-l-lambda Claude commited on

Trigger rebuild
2cbd678

k-l-lambda Claude commited on

Fix: increase memory for vite build
d371cc1

k-l-lambda Claude commited on

Revert to building in Docker instead of using pre-built files
90ad400

k-l-lambda Claude commited on

Debug: add verbose directory listing during clone
4f0cc53

k-l-lambda Claude commited on

Fix: use full git clone instead of shallow for LFS files
127ba83

k-l-lambda Claude commited on

Fix: use git clone + lfs pull instead of COPY for LFS files
8060255

k-l-lambda Claude commited on

Add verification steps to check pre-built files exist
e2c9801

k-l-lambda Claude commited on

Trigger rebuild
8b192a5

k-l-lambda Claude commited on

Remove debug step to test if build succeeds
a6864cd

k-l-lambda Claude commited on

Debug: use set +e and explicit exit 0
786a9ec

k-l-lambda Claude commited on

Debug: add non-failing directory structure check
9350773

k-l-lambda Claude commited on

Fix: remove dist exclusion from .dockerignore
ae72628

k-l-lambda Claude commited on

Add verification step to check pre-built files exist
e180aed

k-l-lambda Claude commited on

Pre-build backend to skip esbuild step in Docker
6a4b3c0

k-l-lambda Claude commited on

Fix: correct esbuild output path and remove redundant COPY step
9563838

k-l-lambda Claude commited on

Skip vite build by committing pre-built frontend dist
be5c8a6

k-l-lambda Claude commited on

Fix: use node directly to run vite build
23c0c0a

k-l-lambda Claude commited on

Fix: increase Node.js memory limit for vite build
53f75a9

k-l-lambda Claude commited on

Fix: add onnxruntime-web to app dependencies
79ce0a9

k-l-lambda Claude commited on