Skip to content

Commit

Permalink
Update readme to describe Procfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Jan 3, 2014
1 parent 48a761b commit 2af5df1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
@@ -1,3 +1,11 @@
## Gradlew Buildpack for Heroku

This buildpack can be used to run a gradle wrapper on Heroku.

Simply add a `Procfile` to the root of your project in order to bootstrap your app.
In this case a spring-boot app:

---
default_process_types:
web: java -jar -Dport=$PORT build/libs/spring-boot.jar

0 comments on commit 2af5df1

Please sign in to comment.