Closed fatal10110 closed 6 years ago
Do not invalidate docker cache on package.json changes
as of https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#build-cache , if content changes, it will invalidate the cache of all later commands... So the common changed things, should be at the end of file.
thanks!
Do not invalidate docker cache on package.json changes
as of https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#build-cache , if content changes, it will invalidate the cache of all later commands... So the common changed things, should be at the end of file.