metabase-buildpack

by metabase

README.md

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/metabase/metabase-buildpack.git

For existing applications:

$ heroku buildpacks:set https://github.com/metabase/metabase-buildpack.git -a YOUR_APP_NAME