Heroku Error: This command is for Docker apps only. Run git push heroku main to deploy
My existing deployment method of Heroku app is GitHub, Now I am planning to deploy the application using Heroku container (Docker based). I am facing "Error: This command is for Docker apps only. Run git push heroku main to deploy"…