stuross / dokku-user-env-compile

Adds user env to the build step

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/musicglue/dokku-user-env-compile.git user-env-compile
dokku plugins-install

About

Adds user env to the build step


Languages

Language:Shell 100.0%