mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
Procfile commands need to be expanded with actual environment variables as procfile-util will otherwise empty them out. This doesn't happen for app.json scripts as they are never expanded until the docker container gets created. Closes #8050