Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add apk update and use npm ci in Dockerfile
Updated the Dockerfile to include apk update for dependency management. Replaced npm install (npm i) with npm ci for a more reliable and consistent build process.
- Loading branch information