theCourseForum2 icon indicating copy to clipboard operation
theCourseForum2 copied to clipboard

Docker cache

Open barrett-ruth opened this issue 1 year ago • 0 comments

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

barrett-ruth avatar Sep 01 '24 23:09 barrett-ruth