You nead to have docker and heroku CLI to run and deploy the project:
Create a dockerr image locally
Create a docker container from the image previously created
shows the containers that are running
log in to your heroku account
It is important to use this command again to make sure that there is a container running
Will prepare the container to be deployed on heroku
create a new app on heroku it is important to pay attention to the name of the app that heroko will create because we will need for the next step.
with the -a tag you specify which app name you want without it heroku creates a random name
In the Image case the app name is blooming-hollows-42380
this command pushes the container that is on your machine to the heroku app
this command releases the container for the heroku app
will direct to the site already deployed