Commit Graph

4 Commits

Author SHA1 Message Date
Jason Stedwell 2776bb1e63 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>
2026-07-18 20:37:45 -05:00
jasonMPM 533da307ef Add files via upload 2026-03-05 12:37:42 -06:00
jasonMPM 3b8278a37c Add files via upload 2026-03-05 12:33:44 -06:00
jasonMPM 20e71ee7f9 Add files via upload 2026-03-05 12:13:22 -06:00