heroku-buildpack-catfish

by dabapps

README.md

Compatbility shim to help build catfish-compatible repositories on Heroku or Herokuish

Code of conduct

For guidelines regarding the code of conduct when contributing to this repository please review https://www.dabapps.com/open-source/code-of-conduct/

CLI Installation

For new applications:

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

For existing applications:

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