yes for our container we run the npm ci
command inside the dockerfile during build so were not running into any lib issues there. We have other processes using node and the couchbase 3.0 and 3.1 on the same container base image and just noticed a newly deployed service has been randomly going down and coming back up, the only delta is were using the 3.2.0 image for the improved typescript support. After not being able to reproduce the crash on my mac by just running npm start
I decided to try running docker compose and can get it to reproduce sporadically.