cpsc411/cpsc411-skeletons

Find some way to invalidate the docker cache automatically for updates

Opened this issue · 1 comments

Docker's COPY can invalidate the cache when the contents changes; maybe write a hash to a temporary file.

Fixed in milestone-4 using RUN to create a cache file out of the most recent git commit