Fix npm installation strategy error #2

Merged
overspend1 merged 1 commits from claude/fix-npm-install-error-01JHJmxx3tUexbhgFEJnB3e6 into main 2025-11-21 12:45:38 +01:00

1 Commits

Author SHA1 Message Date
Claude
b8f44e0634 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
2025-11-21 11:17:47 +00:00