Skip to content

toomasj/heroku-buildpack-java-binary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%