Cannot run Flask on Docker (ModuleNotFoundError) Cannot run Flask on Docker (ModuleNotFoundError) flask flask

Cannot run Flask on Docker (ModuleNotFoundError)


you need just to specify the correct Python version, so you need just to change your entrypoint to:

ENTRYPOINT ["python3.5"]