Example rJava application.
-
Build the docker image
make build
-
To run the application locally
make run
-
To create the Heroku application and deploy it
heroku create --stack=container git push heroku main
-
Use the application
heroku run --type=console /usr/bin/R --no-save -f /app/app.R