I am trying to deploy a django app and with every deployment, I keep getting an error message “ModuleNotFoundError: No module named ‘data_compare’” I know this is a not expected, but when I am running locally with same instructions as in my dockerfile, it runs but fails on koyeb. I am sure its a simple fix, but unable to figure out where things are wrong.
My Github repo is at GitHub - hdandekar/data-compare and includes the Dockerfile