michaelmob / docker-funkwhale

All-in-one funkwhale docker image.
92 stars 18 forks source link

Improved cachability of image layers #28

Closed agateblue closed 4 years ago

agateblue commented 4 years ago

By copying only requirements, installing, and then copyring the whole source code, we improve the cachability of docker image layers, which in turn reduce the load on our CI servers when building the develop image after each merge ;)

Tested locally, merging right away.