Hi Matt
I am facing the problem with my flask application. In my case I specified the docker cmd in the settings of the application?
The logs show this error:
‘“python:config.gunicorn” “src.app:create_main_and_celery_apps(config_type='production')” --bind 0.0.0.0:5000’ doesn’t exist
I then tried to run the same command as the one used for Heroku deplyoment as described here but I am getting a different error:
The scr folder is where the app.py file is
Many thanks
Marco