theCourseForum2
theCourseForum2 copied to clipboard
Docker cache
Resolves #871.
Caches docker/node dependencies on update.
Projects can now be built with updated dependcies via docker compose up --build (documentation updated).
Example
echo asdf >> requirements.txt
docker compose up --build # all application layers are cached but python dependencies are re-built