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

berito/resumenodeapp

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published