mirror of
https://github.com/dokku/dokku.git
synced 2025-12-23 07:19:24 +01:00
A DOKKU_SCALE file will always be used for managing the scale count for an app if it exists in a repository. As such, ps:scale usage should be disabled in those cases. This commit makes that more apparent. Also document how to build a specific core plugin for testing purposes. Closes #3544