Skip to content

Latest commit

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Java Binary Buildpack for Heroku

This buildpack can be used to run a prebuilt Java application on Heroku.

###Procfile

Simply add a Procfile to the root of your project in order to bootstrap your app. In this case we are using webapp-runner:

---
default_process_types:
web: java $JAVA_OPTS -Dgrails.env=prod -jar server/webapp-runner.jar --port $PORT .

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages