#70 Dockerfile optimization
Opened 2 years ago by emma50. Modified 2 years ago

As developers we want to be able to develop quickly which means we want builds to be fast but with the current dockerfile dependencies specified in the package.json file are always fetched when the yarn command is run.
It will be performant to cache the package.json file and yarn.lock file so that dependencies are fetched only when this files change


Login to comment on this ticket.

Metadata