Unverified Commit 2d643c5c authored by Brian Runnells's avatar Brian Runnells Committed by GitHub

Merge pull request #93 from nicolasleger/patch-1

Add help note for multiple buildpacks
parents 995b07c1 51df993e
......@@ -242,6 +242,10 @@ when accessing `/foo`, `X-Foo` will have the value `"foo"` and `X-Bar` will not
* Custom Routes
* 404
### Procfile / multiple buildpacks
In case you have multiple buildpacks for the application you can ensure static rendering in `Procfile` with `web: bin/boot`.
## Testing
For testing we use Docker to replicate Heroku locally. You'll need to have [it setup locally](https://docs.docker.com/installation/). We're also using rspec for testing with Ruby. You'll need to have those setup and install those deps:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment