mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
An application which has not been deployed will not have an image available, and therefore attempting to remove an (empty) cache directory will fail. Rather than checking for the image - which we should still do, as not having an image for a deployed app is an error state - we should instead only attempt the docker cache removal if the directory cannot be removed via rmdir. Closes #2294