Referring to the following line:
npm provides the npm ci command to install the versions specified in the package-lock.json. If your container is being built by CI & test are run with it, I believe you'd want the same versions as those running locally so should the command be npm ci here?
Referring to the following line:
boilerplate/server/Dockerfile
Line 21 in d1b4fda
npmprovides thenpm cicommand to install the versions specified in thepackage-lock.json. If your container is being built by CI & test are run with it, I believe you'd want the same versions as those running locally so should the command benpm cihere?