Is there any way to cache the npm process? I've done it in the past by copying package.json in and running npm install before the rest of the app files. Docker sees there are no changes to package.json and caches the commands.
Could it be possible to make a package.json for the base meteor app and copy that in and install first? That way caching a lot of the packages installed?
Is there any way to cache the npm process? I've done it in the past by copying package.json in and running npm install before the rest of the app files. Docker sees there are no changes to package.json and caches the commands.
Could it be possible to make a package.json for the base meteor app and copy that in and install first? That way caching a lot of the packages installed?