gcx/frontend
hailin 79689c5f95 fix: Make Dockerfile tolerant of missing package-lock.json
The initial project has no node_modules or package-lock.json yet.
Use wildcard COPY for lock file and fallback to `npm install`
when lock file doesn't exist. Once lock file is generated and
committed, it will automatically use the faster `npm ci`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 01:39:14 -08:00
..
admin-app feat: Complete all 4 frontend UI prototypes covering guides 00-04 2026-02-11 01:16:44 -08:00
admin-web fix: Make Dockerfile tolerant of missing package-lock.json 2026-02-11 01:39:14 -08:00
miniapp/src feat: Complete all 4 frontend UI prototypes covering guides 00-04 2026-02-11 01:16:44 -08:00
mobile/lib feat: Complete all 4 frontend UI prototypes covering guides 00-04 2026-02-11 01:16:44 -08:00