fix: Add missing package-lock.json to fix npm ci failure in Docker build

The frontend Dockerfile uses 'npm ci' which requires package-lock.json to exist.
This file was missing, causing the Docker build to fail with exit code 1.

Generated package-lock.json by running 'npm install' in the frontend directory.
This ensures reproducible builds and faster Docker image creation.

Resolves the EUSAGE error: "npm ci" requires package-lock.json
This commit is contained in:
Claude
2025-11-21 11:17:47 +00:00
parent a6fad23d09
commit b8f44e0634

7610
frontend/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff