Fix build hang: commit lockfile and use npm ci
Build and Push Docker Image / build (push) Successful in 16s

The pipeline hung on `npm install` because no package-lock.json existed,
forcing a full from-scratch dependency resolve on every build. Commit the
resolved lockfile and switch the Dockerfile to `npm ci` for deterministic,
fast installs. Add .dockerignore to keep the build context small.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Jason Stedwell
2026-07-18 20:37:45 -05:00
parent c14732e08d
commit 2776bb1e63
3 changed files with 3285 additions and 1 deletions
+3265
View File
File diff suppressed because it is too large Load Diff