Changes
- Fixed version information in health API for Docker deployments
- Added npm_package_version environment variable setting in entrypoint script
Deployment Notes
- This release fixes the issue where the health API was showing "version": "unknown" in deployed environments
- The Docker entrypoint script now extracts the version from package.json and sets it as an environment variable
- No database schema changes or migrations required
Testing
- Verify that the health API endpoint returns the correct version (2.5.2) after deployment