Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 524 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 524 Bytes

dokku-user-env-compile

dokku-user-env-compile is to dokku what user-env-compile is to heroku. It essentially makes a applications ENV file available to the build container. This allows the build process to to run in an environment that more closely resembles the runtime environment.

Installation

cd /var/lib/dokku/plugins
git clone https://github.com/motin/dokku-user-env-compile.git user-env-compile
dokku plugins-install