GitHub - snippet-java/nodejs-java-buildpack at ef57f219fa1b601710035ce6856b409f86ec2fbe · GitHub
Skip to content

Latest commit

 

History

200 Commits

Folders and files

Repository files navigation

Heroku Buildpack for Node.js

This is a Heroku buildpack for Node.js apps.

The buildpack will detect your app as Node.js if it has a package.json file in the root. It will use npm to install your dependencies, and vendors a version of the Node.js runtime into your slug.

Documentation

For more information about buildpacks and Node.js, see these Dev Center articles:

Hacking

To make changes to this buildpack, fork it on Github. Push up changes to your fork, then create a new Heroku app to test it, or configure an existing app to use your buildpack:

# Create a new Heroku app that uses your buildpack
heroku create --buildpack <your-github-url>

# Configure an existing Heroku app to use your buildpack
heroku config:set BUILDPACK_URL=<your-github-url>

# You can also use a git branch!
heroku config:set BUILDPACK_URL=<your-github-url>#your-branch

For more detailed information about testing buildpacks, see CONTRIBUTING.md

About

Cloud Foundry buildpack for Node.js with Oracle's JDK 8

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages