Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix npm error when make_export_food (#758)
Bug : ![image](https://github.com/user-attachments/assets/75098475-311d-4bf6-b88c-769e30f4dc90) Fix : - The previous chown command in the Dockerfile is setting ownership to user ID 1000, but the error message suggests the container is running as user ID 1001. -> use the actual jovyan user ID in the container - clear the npm cache before running any npm commands
- Loading branch information