mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
Because the app-json extraction happens before the build-dir is set, it doesn't end up respecting the value, and thus the user might get the wrong app.json file. This takes advantage of path.Join()'s default of ignoring empty paths.