Docker is not detecting package updates

We created a package for a project and uploaded it to GitHub. But Docker isn’t detecting the update, so it’s still using the previous version, even though npm install is being run along with the package.json

How do you build and run your container?

I’m using a custom shell script to start all the services

How do you build and run your container?

Share the commands and config files you use.