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:
7610
frontend/package-lock.json
generated
Normal file
7610
frontend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user