This is a Heroku buildpack for Julia apps.
In order to use this buildpack simply use a project using Julia 1.0 (containing Project.toml
& Manifest.toml
) and the buildpack will install all the project dependencies in build time.
Make sure you have a Procfile as follow
web: julia --project app.jl $PORT
You can also replace app.jl
with your main app file name