Dreamforce Video recording Link
- Log in to Container Registry:
heroku container:login
- Get sample code by cloning Resume App Dreamforce 2018 example:
git clone https://github.com/sfdcbrewery/resumeappdf18.git
- Navigate to the app’s directory and create a Heroku app:
heroku create
- Build the image and push to Container Registry:
heroku container:push web
- Then release the image to your app:
heroku container:release web
Now open the app in your browser:
heroku open