Files
nlcc-itinerary/Dockerfile
Joshua Ryder 648731f347 fix: Handle missing package-lock.json in Docker build
Changed Dockerfile to conditionally use npm ci or npm install
depending on whether package-lock.json exists. This makes the
build more flexible while still preferring npm ci for
reproducibility when a lock file is available.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 08:08:34 -05:00

2.6 KiB