Docker fails to update node_modules after dependency changes in package.json
I'm experiencing an issue where Docker doesn't seem to update the node_modules folder after I modify dependencies in package.json. Even after rebuilding the Docker image and container, the application still throws errors related to the missing dependencies. The changes to…