mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-22 04:45:16 +00:00
Merge pull request #151 from theRay1s/patch-1
Setting Stac of app to Container
This commit is contained in:
commit
a0ed757c9a
@ -100,6 +100,8 @@ git config --global --remove-section url.ssh://git@heroku.com/ # To remove
|
|||||||
### Managing and deploying applications on Heroku (Using Docker) ###################################
|
### 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
|
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
|
git clone https://github.com/heroku/alpinehelloworld.git # Get sample code by cloning into the following repository
|
||||||
|
Loading…
Reference in New Issue
Block a user