- Clone this repo locally:
git clone [email protected]:firasm/dashR_deployed.git
- Change directory into the cloned repo:
cd dashR_deployed
- Using the Heroku CLI create a Heroku App AND set the stack to container:
heroku create --stack container your-app-name
- Push the app to heroku and this branch
git push heroku main
- Navigate to your-app-name.herokuapp.com in your browser!
- I am trying to upgrade the version of R to 4.1 so that the native pipe can be used.
- It takes a LONG time for the app to deploy the first time (~ 20 minutes)