The Dockerfile is running meteor npm install and there seems to be no way to configure it.
In projects with a package-lock.json file, Metal should be running npm clean-install to ensure reproducibility, to avoid annoying deployment failures, because npm install will automatically update dependencies during deployment, which introduces the risk of things breaking.
