Seedstars / django-react-redux-base

Seedstars Labs Base Django React Redux Project
MIT License
2.66k stars 341 forks source link

Do not invalidate docker cache on package.json changes #100

Closed fatal10110 closed 6 years ago

fatal10110 commented 7 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.

lfrodrigues commented 6 years ago

thanks!