Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 667 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 667 Bytes

Dreamforce 2018 Build and Deploy Heroku Apps using Docker by Sri Kolagani

Dreamforce Video recording Link

  1. Log in to Container Registry:
heroku container:login

  1. Get sample code by cloning Resume App Dreamforce 2018 example:
git clone https://github.com/sfdcbrewery/resumeappdf18.git

  1. Navigate to the app’s directory and create a Heroku app:
heroku create

  1. Build the image and push to Container Registry:
heroku container:push web

  1. Then release the image to your app:
heroku container:release web

Now open the app in your browser:

heroku open