mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Placing `COPY` (or `ADD`) of the application directory after the `RUN apt-get install ...` statements will allow the layers created from those statements to be retrieved from docker's cache on subsequent runs.