github.com/The-bot-makers/Lishogi-Bot doesn't have dockerfile or heroku.yml
Lishogi Bot
@Rishab_Bindal github.com/The-bot-makers/Lishogi-Bot is not focused on docker it deployed to heroku by procfile and startbot.sh files and etc
when i run it on heroku it comes
=== Fetching app code
=!= Your app does not include a heroku.yml build manifest. To deploy your app, either create a heroku.yml: devcenter.heroku.com/articles/build-docker-images-heroku-yml
Or change your stack by running: 'heroku stack:set heroku-20'
#33 @Rishab_Bindal
As your logs clearly show, your heroku app has the stack set to ‘container’. To fix this, either set your stack to ‘heroku-20’ by using ‘heroku stack:set heroku-20’ or create a new app (in new apps heroku-20 is the default stack) and then continue to make your heroku bot.
This topic has been archived and can no longer be replied to.