im having problem with this build, the build command is gunicorn bot.wsgi and the bot.py is the main python file containing the code that executes, but im getting
ModuleNotFoundError: No module named ‘bot.wsgi’; ‘bot’ is not a package
It is hard to tell what the issue may be with the information provided here. What is the directory structure of service/git repo and what does bot.py contain?