mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
Rather than attempting to always extract the Procfile, reference the one that was extracted by the last deploy. This fixes issues where 'docker container cp' may fail intermittently for lord knows what reason. Closes #4083