From 54147873d8f7fe275ce2a4ece88c73c47a68e58a Mon Sep 17 00:00:00 2001 From: Rehan Singh <54594678+theRay1s@users.noreply.github.com> Date: Mon, 2 Nov 2020 14:11:27 +0530 Subject: [PATCH] Setting Stac of app to Container --- tools/heroku.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/heroku.sh b/tools/heroku.sh index d6c1c00..d828852 100644 --- a/tools/heroku.sh +++ b/tools/heroku.sh @@ -100,6 +100,8 @@ git config --global --remove-section url.ssh://git@heroku.com/ # To remove ### Managing and deploying applications on Heroku (Using Docker) ################################### ##################################################################################################### +# Setting stack of your app to a Container +heroku stack:set container heroku container:login # Login to the container resistry git clone https://github.com/heroku/alpinehelloworld.git # Get sample code by cloning into the following repository