ThijsRay / podimo

https://podimo.thijs.sh
European Union Public License 1.2
41 stars 16 forks source link

Optimise Docker build caching #39

Closed jhogervorst closed 2 months ago

jhogervorst commented 2 months ago

Before pip install, only copy requirements.txt. That way, when changing main.py (or other files), the first stages remain cached by Docker layer caching.