Merge pull request #151 from theRay1s/patch-1

Setting Stac of  app to Container
This commit is contained in:
Julien Le Coupanec 2020-11-03 15:52:41 +01:00 committed by GitHub
commit a0ed757c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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