Docker needs the heroku.yml to run the Dockerfile content
heroku apps:create node-api-docker-heroku
heroku stack -a <nome-app>
heroku stack:set container -a <nome-app>
git push heroku main
git push heroku <branch>:main
heroku logs -t --app APP_NAME
heroku config:set <VARIABLE>=<value> --app NOME_DO_APP