A buildpack for Heroku for running KrakenD.
heroku buildpacks:set https://github.com/InterfloraDanmark/heroku-buildpack-krakend
A default Procfile
will be created automatically if it does not exist with the following content:
web: krakend run -c krakend.json -p $PORT
Place your krakend.json
in the root of your project and it will automatically be used.