mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 20:19:52 +01:00
This change also moves the referenced Procfile out to a host path once on deploy vs potentially several times, which should speed up deploys a small amount and simplify reasoning about the file. Closes #5112